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:
XmpSchemaListThe collection of XMP schemas that are not well-known to the
library.
See Also