XmpSchema.Properties Property

Gets the collection of properties associated with the schema.

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

Syntax

C#
public XmpPropertyList Properties { get; }
VB
Public ReadOnly Property Properties As XmpPropertyList
	Get

Property Value

Type: XmpPropertyList
The collection of properties associated with the schema.

See Also