PDFiumPas 文件

Create 建構函式

元件: TPdf  ·  單元: PDFium
建立 TPdf 元件並初始化文件、算繪、表單和快取狀態

Syntax

constructor Create(AOwner: TComponent); override;

Parameters

AOwnerTComponent

Description

Create is called by the component owner or by application code when a component instance is created

Creates the TPdf component and initializes document, rendering, form, and cache state

Remarks

Example

Pdf := TPdf.Create(Self);

See Also

TPdf.Active, TPdf.FileName, TPdf.LoadDocument