Retrieve an MetadataSchema by its prefix from the MetadataSchemaCollection.

Namespace: TallComponents.PDF.Layout.Metadata
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public MetadataSchema this[
	string prefix
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	prefix As String _
) As MetadataSchema
	Get

Parameters

prefix
Type: System..::..String

See Also