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.
Pdf1.Active ページ単位の操作を呼び出す前に使用してください。開いている文書を必要とするメソッドは EPdfError otherwise.SaveToFile を呼び出してください
begin
TPdf.GetRecommendedV8Flags;
end;