GetFormFieldAnnotFlags
Form fields
Description
Get the "annotation" flags for the specified form field. This is for advanced use. See the PDF specification for full details.
Syntax
Delphi
Function TPDFlib.GetFormFieldAnnotFlags(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldAnnotFlags(Index As Long) As Long
DLL
int DLGetFormFieldAnnotFlags(int InstanceID, int Index);
Parameters
| Index | The index of the form field to check |
|---|