PDFium Component Docs

XFA-egenskap

Component: TPdf  ·  Unit: PDFium
Returns the XFA XML packet embedded in the document (PDF/A 2.0 deprecated the format, but Acrobat-generated forms still use it).

Syntax

property XFA;

Description

Returns the XFA XML packet embedded in the document (PDF/A 2.0 deprecated the format, but Acrobat-generated forms still use it).

Empty when the document is not an XFA document.

Omslutter tilsvarende PDFium-API og eksponerer det som et TPdf-instansmedlem slik at forbrukere ikke trenger å håndtere FPDF_DOCUMENT-håndtak direkte

Remarks

Example

if Pdf1.Active then
  Pdf1.XFA;

See Also

FormType, XfaBStrHelpersAvailable, V8FeaturesAvailable