PDFium Component Docs

UnloadLibrary メソッド

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdf  ·  ユニット: PDFium
Unloads the PDFium runtime DLL and releases all global state.

構文

procedure UnloadLibrary;

説明

Unloads the PDFium runtime DLL and releases all global state.

任意です — ホストプロセスが DLL を固定したままメモリだけを戻したい場合に役立ちます。TPdf インスタンスがまだアクティブな間は呼び出せません

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.UnloadLibrary;
end;

関連項目

LoadLibrary, Loaded