Class XmpPdfSchema
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
This XMP schema specifies properties used with Adobe PDF files.
public class XmpPdfSchema
- Inheritance
-
XmpPdfSchema
- Inherited Members
Remarks
See an example of using this type in the XMP metadata section.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- Author
Gets or sets the name of the person who created the document.
- CreationDate
Gets or sets the date and time the document was created.
- Creator
Gets or sets the name of the application that created the document.
- Keywords
Gets or sets the keywords associated with the document.
- ModifiedDate
Gets or sets the date and time the document was most recently modified.
- Producer
Gets or sets the name of the application that produced the document.
- Subject
Gets or sets the subject of the document.
- Title
Gets or sets the title of the document.
Methods
- Clear()
Clears (sets to
null
) all properties in this XmpPdfSchema.