PDFium Component Docs

FormType-ominaisuus

Component: TPdf  ·  Unit: PDFium
Kertoo, sisältääkö dokumentti AcroForm-kenttiä, XFA:ta vai ei lainkaan lomakkeita.

Syntax

property FormType;

Description

Tells you whether the document contains AcroForm fields, XFA, or no forms at all.

Read-only; useful to decide whether to enable form-editing UI.

Käärii vastaavan PDFium-API:n ja altistaa sen TPdf-instanssin jäsenenä, joten kuluttajien ei tarvitse hallita FPDF_DOCUMENT-kahvoja suoraan

Remarks

Example

if Pdf1.Active then
  Pdf1.FormType;

See Also

XFA, FormHandle, FormFill