PDFium Component Docs

XFA property

Component: TPdf  ·  Unit: PDFium
Vraća XFA XML paket ugrađen u dokument (PDF/A 2.0 je zastario taj format, ali obrasci generirani u Acrobatu i dalje ga koriste)

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.

Omotava odgovarajući PDFium API i izlaže ga kao član instance TPdf tako da korisnici ne moraju izravno upravljati FPDF_DOCUMENT ručkama.

Remarks

Example

if Pdf1.Active then
  Pdf1.XFA;

See Also

FormType, XfaBStrHelpersAvailable, V8FeaturesAvailable