PdfTextFormFieldFacade.MaxLength Property
In This Article
Gets the maximum length of the field’s text, in characters.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Int32> | A nullable integer value that is the maximum length of the field’s text. |
See Also