PDFium Component Docs

SetFormFieldFlagsAt-metodi

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.

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

See Also

FormFieldInfoAt, FormFieldAt