SetFormFieldAnnotFlags
Description
Set the "annotation" flags for the specified form field. This is for advanced use, see the PDF specification for details.
Syntax
Delphi
function TQuickPDF0813.SetFormFieldAnnotFlags(Index, NewFlags: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetFormFieldAnnotFlags(Index As Long,
NewFlags As Long) As Long
DLL
int QuickPDFSetFormFieldAnnotFlags(int InstanceID, int Index, int NewFlags)
Parameters
| Index | The index of the form field to change |
| NewFlags | The new flags value to apply |
Return values
| 0 | The specified form field could not be found |
| 1 | The "annotation" flags for the specified form field were set successfully |