Back to Devexpress

PdfTextFormField.MaxLen Property

officefileapi-devexpress-dot-pdf-dot-pdftextformfield-ccaf2cee.md

latest1.1 KB
Original Source

PdfTextFormField.MaxLen Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public int? MaxLen { get; set; }
vb
Public Property MaxLen As Integer?

Property Value

TypeDescription
Nullable<Int32>

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

|

See Also

PdfTextFormField Class

PdfTextFormField Members

DevExpress.Pdf Namespace