GetFormFieldVisible
Form fields
Description
Returns 1 if the specified field will be visible when the document is viewed.
Syntax
Delphi
Function TPDFlib.GetFormFieldVisible(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldVisible(Index As Long) As Long
DLL
int DLGetFormFieldVisible(int InstanceID, int Index);
Parameters
| Index | The index of the form field to check |
|---|