Class PdfInfo
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a PDF document metadata.
public sealed class PdfInfo
- Inheritance
-
PdfInfo
- Inherited Members
Remarks
The Document properties section shows how to edit document metadata.
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.
- Dictionary
Gets the low-level dictionary object for this Document Info object.
- 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(bool)
Removes metadata properties.