Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.GetFieldFlags

Returns the flags of a specific interactive form field.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 4.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.GetFieldFlags"; PDF; Field )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Field The field index or field name. "FirstName"

Result

Returns value or error.

Description

Returns the flags of a specific interactive form field.
Interactive form fields and annotations support the same basic set of field flags because both object types are in fact annotations. When we talk about form fields then we talk about an extended version of annotations because form fields are annotations. However, to make the handling easier, form fields and annotations are handled separately by DynaPDF.
The flags are described in detail on the DynaPDF help file.

See also GetFieldFlags function in DynaPDF manual.

See also

This function checks for a license.

Created 18th August 2014, last changed 27th May 2017


DynaPDF.GetFieldExpValueEx - DynaPDF.GetFieldGroupType