Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFDocumentInformation Class

Stores PDF document metadata.

#Declaration

Delphi
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