SetFormFieldPrintable
Description
Set whether the specified form field should be printed or not.
Syntax
Delphi
function TQuickPDF0813.SetFormFieldPrintable(Index, Printable: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetFormFieldPrintable(Index As Long,
Printable As Long) As Long
DLL
int QuickPDFSetFormFieldPrintable(int InstanceID, int Index, int Printable)
Parameters
| Index | The index of the form field to change |
| Printable |
0 = Do not print 1 = Print |
Return values
| 0 | The specified form field could not be found |
| 1 | The printable flag of the specified form field was set successfully |