THotPDF.GetLoadedFormFieldFlags Method

Returns the complete field flag bitmask integer value for the specified form field in the loaded PDF document

Declaration

function GetLoadedFormFieldFlags(FieldIndex: Integer): Integer;

Unit

HPDFDoc

Parameters

NamePurpose
FieldIndexThe zero-based index of the form field

Return value

Returns the full 32-bit integer value of the field's Ff key; returns 0 if the field has no Ff key or the index is out of bounds

Usage notes

Related APIs