SetFormFieldNoExport

表单字段

描述

设置字段'的 NoExport 标志状态

如果设置了 NoExport 标志,提交表单操作将不会导出该字段

语法

Delphi

Function TPDFlib.SetFormFieldNoExport(Index, NoExport: Integer): Integer;

ActiveX

Function PDFlib::SetFormFieldNoExport(Index As Long, NoExport As Long) As Long

DLL

int DLSetFormFieldNoExport(int InstanceID, int Index, int NoExport);

参数

Index表单字段的索引
NoExport0 = 清除字段'的 NoExport 标志;1 = 设置字段'的 NoExport 标志

返回值

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