PDFium Delphi Component Docs

GetXfaTemplate متد

کامپوننت: TPdf  ·  واحد: PDFium
بایت‌های خام XML بستهٔ template از XFA را از سند PDF بازیابی می‌کند

Syntax

function GetXfaTemplate: TBytes;

Description

بایت‌های خام XML نمایندهٔ بستهٔ template را از ساختار فرادادهٔ XFA سند بازیابی می‌کند

نیازمند آن است که سند فعال باشد (ویژگی Active روی True تنظیم شده باشد)

Remarks

Example

var
  TemplateBytes: TBytes;
begin
  if not Pdf1.Active then Exit;
  TemplateBytes := Pdf1.GetXfaTemplate;
  // process template XML
end;

See Also

GetXfaConfig GetXfaDatasets GetXfaFormPackets