Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsAcroFormTextBoxField.MaxLength Property

Specifies the maximum text length for a text box field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public int MaxLength { get; set; }

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