Pdf |
The PdfDocumentInformation type exposes the following members.
| Name | Description | |
|---|---|---|
| Author | (Optional) The name of the person who created the document. | |
| CreationDate | (Optional) The date and time the document was created, in human-readable form (see 7.9.4, "Dates"). | |
| Creator | (Optional) If the document was converted to PDF from another format, the name of the conforming product that created the original document from which it was converted. | |
| Keywords | (Optional; PDF 1.1) Keywords associated with the document. | |
| ModificationDate | (Required if PieceInfo is present in the document catalog; otherwise optional; PDF 1.1) The date and time the document was most recently modified, in human-readable form (see 7.9.4, "Dates"). | |
| Producer | (Optional) If the document was converted to PDF from another format, the name of the conforming product that converted it to PDF. | |
| Subject | (Optional; PDF 1.1) The subject of the document. | |
| Title | (Optional; PDF 1.1) The document’s title. |
| Name | Description | |
|---|---|---|
| Clear | Removes the Info entry from the parent PdfDocument. |
| Name | Description | |
|---|---|---|
| GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
| GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
| GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |