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

PdfTextFormFieldFacade.MaxLength Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.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