PDFium Component Docs

SetFormFieldFlagsAt method

Component: TPdf  ·  Unit: PDFium
Sets the Flags bit field on the form field at the given coordinates.

Syntax

procedure SetFormFieldFlagsAt(X, Y: Single; const Flags: TPdfFormFieldFlags);

Description

Sets the Flags bit field on the form field at the given coordinates.

Use to toggle ReadOnly, Required, Multiline, Password, etc. without re-acquiring the index.

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

See Also

FormFieldInfoAt, FormFieldAt