SetFormFieldFlags
Description
Sets the internal flags for the form field. This setting is for advanced purposes and most users will not need to use it.
Syntax
Delphi
function TQuickPDF0813.SetFormFieldFlags(Index, NewFlags: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetFormFieldFlags(Index As Long,
NewFlags As Long) As Long
DLL
int QuickPDFSetFormFieldFlags(int InstanceID, int Index, int NewFlags)
Parameters
| Index | The index of the form field |
| NewFlags | The new value of the flags. Consult the PDF specification for further details. |
Return values
| 0 | Cannot find the form field |
| 1 | The flags were set successfully |