PDFium Component Docs

XfaBStrHelpersAvailable 関数

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdf  ·  ユニット: PDFium
読み取り専用フラグです — 読み込まれた PDFium DLL に XFA BSTR helper エクスポートが存在する場合に True になります

構文

function XfaBStrHelpersAvailable: Boolean;

説明

Returns True when XFA BSTR helper exports are present in the loaded PDFium DLL.

XFA support requires a special PDFium build with FPDFXFA_* exports; without it, XFA documents render as the static fallback only.

Class function; checks the DLL for the symbols at runtime.

備考

if Pdf1.Active and Pdf1.XfaBStrHelpersAvailable then
  Memo1.Lines.Add('XfaBStrHelpersAvailable = True')
else
  Memo1.Lines.Add('XfaBStrHelpersAvailable = False');

関連項目

XFA, V8FeaturesAvailable