Skip to main content

PdfAcroFormTextBoxField.MaxLength Property

Specifies the maximum text length for a text box field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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