GetFormFieldNoExport

表單欄位

描述

傳回欄位 NoExport 旗標的狀態

設定 NoExport 旗標後,submit-form 動作匯出時不會包含此欄位

語法

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