PDFium Component Docs

GetRecommendedV8Flags 関数

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdf  ·  ユニット: PDFium
Returns the V8 command-line flags PDFium expects when its bundled V8 engine is used.

構文

function GetRecommendedV8Flags: string;

説明

Returns the V8 command-line flags PDFium expects when its bundled V8 engine is used.

C++ host で V8 を初期化する前に v8::V8::SetFlagsFromString に渡してください。Delphi では通常不要です

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

関連項目

V8FeaturesAvailable, XfaBStrHelpersAvailable