GetFormFieldPrintable
Description
Returns 1 if the specified field will be printed.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldPrintable(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldPrintable(Index As Long) As Long
DLL
int QuickPDFGetFormFieldPrintable(int InstanceID, int Index)
Parameters
| Index | The index of the form field to check |