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

TdxPDFDocument.Information Property

Provides access to PDF document metadata.

#Declaration

Delphi
property Information: TdxPDFDocumentInformation read;

#Property Value

Type Description
TdxPDFDocumentInformation

Stores PDF document metadata.

#Remarks

Use the Information.Keywords, Information.Title, and Information.Subject to specify optional information on the document’s content. A subsequent SaveToFile or SaveToStream procedure call saves all changes made to the document’s metadata. Refer to the TdxPDFDocumentInformation class description for detailed information on available options.

See Also