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 LongDLL
int DLGetFormFieldAnnotFlags(int InstanceID, int Index);Parameters
| Index | The index of the form field to check |
|---|