TdxPDFDocument.Information Property
Provides access to PDF document metadata.
Declaration
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