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 LongDLL
int DLGetFormFieldVisible(int InstanceID, int Index);Parameters
| Index | The index of the form field to check |
|---|