Click or drag to resize

PdfDocumentInformation Properties

The PdfDocumentInformation type exposes the following members.

Properties
 NameDescription
Public propertyAuthor(Optional) The name of the person who created the document.
Public propertyCreationDate(Optional) The date and time the document was created, in human-readable form (see 7.9.4, "Dates").
Public propertyCreator(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.
Public propertyKeywords(Optional; PDF 1.1) Keywords associated with the document.
Public propertyMetadata(Optional; PDF 1.4) A metadata stream containing metadata for the component.
(Inherited from PdfObject)
Public propertyModificationDate(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").
Public propertyProducer(Optional) If the document was converted to PDF from another format, the name of the conforming product that converted it to PDF.
Public propertySubject(Optional; PDF 1.1) The subject of the document.
Public propertyTitle(Optional; PDF 1.1) The document’s title.
Top
See Also