Skip to main content

TdxPDFDocumentInformation Class

Stores PDF document metadata.

Declaration

TdxPDFDocumentInformation = class(
    TdxPDFObject
)

Remarks

You can call the ShowDocumentPropertiesDialog global procedure or click the “Document Properties…” item in the PDF Viewer control’s context menu to invoke the “Document Properties“ dialog with PDF document metadata.

The TdxPDFDocumentInformation class has the following members that allow you to:

  • Specify the name of the application used to create the document (Application and Producer).

  • Obtain the document creation and most recent change timestamps (CreationDate and ModificationDate).

  • Specify the name of the document creator (Author).

  • Obtain the full path to the loaded PDF document and its file size (FileName and FileSize).

  • Specify the title, subject, and keywords associated with the document’s content (Title, Subject, and Keywords).

A PDF document‘s Information property references a TdxPDFDocumentInformation object.

Inheritance

See Also