Property Pdf
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Gets the XMP schema for Adobe PDF file properties.
public XmpPdfSchema Pdf { get; }
Property Value
- XmpPdfSchema
The XMP schema for Adobe PDF file properties.
Remarks
This is a well-known schema. This schema specifies properties used with Adobe PDF files.
This schema defines the same properties as the PdfInfo class.
You can synchronize values setup through this and Info properties using the SyncMetadata(bool) method.
See an example of using this property in the XMP metadata section.