Namespace: BitMiracle.Docotic.Pdf
public XmpMetadata Metadata { get; }
Public ReadOnly Property Metadata As XmpMetadata Get
This property provides access to metadata properties defined by XMP standard.
Please use Info property to access basic PDF document properties defined by PDF standard.
Please note that setting any of the XMP metadata properties will cause document to be saved using at least version 1.4 of the PDF standard.
You can synchronize values setup through this and Metadata properties using the SyncMetadata(Boolean) method.