GetFormFieldMaxLen
Description
Retrieves the maximum allowed length for a text form field.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetFormFieldMaxLen(Index: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetFormFieldMaxLen(Index As Long) As Long
DLL
int DPLGetFormFieldMaxLen(int InstanceID, int Index)
Parameters
Index | The index of the form field to work with. The first form field has an index of 1. |
Return values
0 | The form field does not have a maximum length specified |
Non-zero | The maximum length of the form field |