SetFormFieldPrintable
Form fields
Description
Set whether the specified form field should be printed or not.
Syntax
Delphi
function TPDFlib.SetFormFieldPrintable(Index, Printable: Integer): Integer;ActiveX
Function PDFlib::SetFormFieldPrintable(Index As Long, Printable As Long) As LongDLL
int DLSetFormFieldPrintable(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 |