THotPDF.IsFormFieldRequired Method

Determines whether a specified form field in the loaded PDF document is marked as required

Declaration

function IsFormFieldRequired(FieldIndex: Integer): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
FieldIndexThe zero-based index of the form field

Return value

Returns True if the Required bit (bit 2) is set in the field's Ff (Field Flags); otherwise returns False

Usage notes

Related APIs