GetFormFieldVisible
Description
Returns 1 if the specified field will be visible when the document is viewed.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldVisible(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldVisible(Index As Long) As Long
DLL
int QuickPDFGetFormFieldVisible(int InstanceID, int Index)
Parameters
| Index | The index of the form field to check |