Retrieve an MetadataSchema by its prefix from the MetadataSchemaCollection.

Namespace: TallComponents.PDF.Metadata
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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