PdfGraphicsAcroFormTextBoxField.MaxLength Property
Specifies the maximum text length for a text box field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v22.1.Drawing.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
A positive integer that is the maximum number of characters allowed in a text box field. The value 0 indicates an unlimited number of characters. |
See Also