Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfGraphicsAcroFormTextBoxField.MaxLength Property

Specifies the maximum text length for a text box field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.dll

Declaration

public int MaxLength { get; set; }

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