GetFormFieldAnnotFlags
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 TQuickPDF0813.GetFormFieldAnnotFlags(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldAnnotFlags(Index As Long) As Long
DLL
int QuickPDFGetFormFieldAnnotFlags(int InstanceID, int Index)
Parameters
| Index | The index of the form field to check |