PDFKit.NET 2.0 Class Library (.NET 2.0)

MetadataSchema.Item Property

Get or set data by name.

public MetadataValue this[
   string name
] {get; set;}

Parameters

name
The name of the value.

Exceptions

Exception Type Condition
InvalidOperationException Thrown when this MetadataSchema has been removed from its MetadataSchemaCollection

See Also

MetadataSchema Class | TallComponents.PDF.Metadata Namespace