PDFium Component Docs

מתודת GetXfaConfig

Component: TPdf  ·  Unit: PDFium
מאחזר את בתי ה-XML הגולמיים של מנת ה-config של XFA ממסמך ה-PDF

Syntax

function GetXfaConfig: TBytes;

Description

מאחזר את בתי ה-XML הגולמיים המייצגים את מנת config ממבנה נתוני העל של XFA במסמך

דורש שהמסמך יהיה פעיל (מאפיין Active מוגדר ל-True) ויכיל תוכן טופס XFA; אחרת מחזיר מערך ריק

Remarks

Example

var
  ConfigBytes: TBytes;
begin
  if not Pdf1.Active then Exit;
  ConfigBytes := Pdf1.GetXfaConfig;
  // process ConfigBytes
end;

See Also

GetXfaDatasets GetXfaTemplate GetXfaFormPackets