PDFiumVCL Docs

LoadLibrary メソッド

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdf  ·  ユニット: PDFium
Loads the PDFium runtime DLL into the process. Called implicitly by Active := True.

構文

procedure LoadLibrary;

説明

Loads the PDFium runtime DLL into the process. Called implicitly by Active := True.

Pass a custom path to use a non-default DLL location; pass an empty string for the default search.

Wraps the corresponding PDFium API and exposes it as a TPdf instance member so consumers do not have to manage FPDF_DOCUMENT handles directly.

備考

begin
  TPdf.LoadLibrary;
end;

関連項目

UnloadLibrary, Loaded, V8FeaturesAvailable