Click or drag to resize

PdfTextBoxField MaxLength Property

Gets or sets the maximum number of characters that can be entered in the text box.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int MaxLength { get; set; }

Property Value

Type: Int32
An integer value specifying the maximum number of characters that can be entered in the text box.

Implements

IPdfTextBoxField MaxLength
See Also