Property Item
Namespace TallComponents.PDF.Metadata
Class MetadataSchema
Get or set data by name.
Syntax
public
MetadataValue
Item
[
String
name
]
{
get;
set;
}
Parameters
String
name
The name of the value.
Property value
MetadataValue
The associated with the given key, or if not found.