Skip to main content
All docs
V23.2

PdfTextFormFieldFacade.MaxLength Property

Gets the maximum length of the field’s text, in characters.

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
Nullable<Int32>

A nullable integer value that is the maximum length of the field’s text.

See Also