SetFormFieldVisible
Description
Hides or shows the a form field.
Syntax
Delphi
function TQuickPDF0815.SetFormFieldVisible(Index, Visible: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetFormFieldVisible(Index As Long,
Visible As Long) As Long
DLL
int QuickPDFSetFormFieldVisible(int InstanceID, int Index, int Visible)
Parameters
| Index | The index of the required form field. The first form field has an index of 1. |
| Visible |
0 = Hide the form field 1 = Show the form field |
Return values
| 0 | Could not find the specified form field |
| 1 | The visiblity of the form field was set successfully |