Property Metadata
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Metadata
Gets the XMP metadata attached to the document.
public XmpMetadata Metadata { get; }
Property Value
- XmpMetadata
The XMP metadata attached to the document.
Remarks
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(bool) method.
See an example of using this property in the XMP metadata section.
The Remove metadata section shows how to reduce file size by removing the document metadata.