SetFormFieldPrintable

表单字段

描述

设置是否应打印指定表单字段

语法

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);

参数

Index要更改的表单字段索引
Printable0 = 不打印;1 = 打印

返回值

0找不到指定的表单字段
1已成功设置指定表单字段的可打印标志