PdfAcroFormTextBoxField.MaxLength Property
Specifies the maximum text length for a text box field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v19.1.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | A positive integer value specifying the maximum number of characters allowed in a text box field or 0 indicating that the number of characters in a text box field is not limited. The default value is 0. |
See Also