PDFium Component Docs

About 속성

컴포넌트: TPdf  ·  유닛: PDFium
TPdf의 PDFiumPas 컴포넌트 버전 정보를 보고합니다.

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