XmpMetadata.Schemas Property

Gets the collection of XMP schemas that are not well-known to the library.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpSchemaList Schemas { get; }
VB
Public ReadOnly Property Schemas As XmpSchemaList
	Get

Property Value

Type: XmpSchemaList
The collection of XMP schemas that are not well-known to the library.

See Also