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 Long

DLL

int DLSetFormFieldPrintable(int InstanceID, int Index, int Printable);

Parameters

IndexThe index of the form field to change
Printable0 = Do not print 1 = Print

Return values

0The specified form field could not be found
1The printable flag of the specified form field was set successfully