SetFormFieldHighlightMode
Description
Sets the highlight mode for the specified form field.
Syntax
Delphi
function TQuickPDF0813.SetFormFieldHighlightMode(Index, NewMode: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetFormFieldHighlightMode(Index As Long,
NewMode As Long) As Long
DLL
int QuickPDFSetFormFieldHighlightMode(int InstanceID, int Index, int NewMode)
Parameters
| Index | The index of the form field |
| NewMode |
The highlighting mode: 0 = None 1 = Invert 2 = Outline 3 = Push |
Return values
| 0 | The form field could not be found or the parameters were invalid |
| 1 | The highlight mode of the form field was set successfully |