PDFium Component Docs

About властивість

Component: TPdf  ·  Unit: PDFium
Показує відомості про версію компонента PDFiumPas для TPdf

Syntax

property About: string;

Description

About is a published TPdf property that returns the component version string from AboutInfo. It is exposed for Object Inspector and streaming compatibility and is marked stored False in Lib\PDFium.pas.

Assigning a value is ignored by the component; the property is informational and does not load, save, render, or modify PDF document content.

Remarks

Example

Read the value when you need to display or log the installed component version.

ShowMessage(Pdf1.About);

See Also

TPdf, Active, FileName, Password