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

PdfTextFormField.MaxLen Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public int? MaxLen { get; }

Property Value

Type Description
Nullable<Int32>

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

See Also