PDFium Component Docs

Svojstvo FormType

Component: TPdf  ·  Unit: PDFium
Govori sadrži li dokument AcroForm polja, XFA ili uopće nema obrazaca

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.

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.FormType;

See Also

XFA, FormHandle, FormFill