Back to Devexpress

TdxPDFDocument.Information Property

vcl-dxpdfdocument-dot-tdxpdfdocument-14b4a2fa.md

latest1.2 KB
Original Source

TdxPDFDocument.Information Property

Provides access to PDF document metadata.

Declaration

delphi
property Information: TdxPDFDocumentInformation read;

Property Value

TypeDescription
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

TdxPDFDocument Class

TdxPDFDocument Members

dxPDFDocument Unit