GetFormFieldPrintable
Form fields
Description
Returns 1 if the specified field will be printed.
Syntax
Delphi
Function TPDFlib.GetFormFieldPrintable(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldPrintable(Index As Long) As Long
DLL
int DLGetFormFieldPrintable(int InstanceID, int Index);
Parameters
| Index | The index of the form field to check |
|---|