THotPDF.IsFormFieldNoExport Method

Determines whether a specified form field in the loaded PDF document has the no-export flag set

Declaration

function IsFormFieldNoExport(FieldIndex: Integer): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
FieldIndexThe zero-based index of the form field

Return value

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

Usage notes

Related APIs