GetFormFieldNoExport

表单字段

描述

返回字段's NoExport 标志状态

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

语法

Delphi

Function TPDFlib.GetFormFieldNoExport(Index: Integer): Integer;

ActiveX

Function PDFlib::GetFormFieldNoExport(Index As Long) As Long

DLL

int DLGetFormFieldNoExport(int InstanceID, int Index);

参数

Index表单字段的索引

返回值

0字段'的 NoExport 标志未设置;字段'的 NoExport 标志已设置
1