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