GetFormFieldMaxLen
表單欄位
描述
取出文字表單欄位允許的最大長度
語法
Delphi
Function TPDFlib.GetFormFieldMaxLen(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldMaxLen(Index As Long) As Long
DLL
int DLGetFormFieldMaxLen(int InstanceID, int Index);
參數
| Index | 要操作的表單欄位索引。第一個表單欄位的索引為 1。 |
|---|
傳回值
| 0 | 表單欄位未指定最大長度 |
|---|---|
| Non-zero | 表單欄位的最大長度 |