Skip to main content

PdfGraphicsAcroFormTextBoxField.MaxLength Property

Specifies the maximum text length for a text box field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public int MaxLength { get; set; }

Property Value

Type Description
Int32

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