Click or drag to resize
Pdf Library for .NET

PdfFormFieldTextBoxMaxLength Property

Gets or sets the maximum length of the field in characters. Zero means no limit. Negative values are clamped to zero so the saved PDF stays spec-compliant.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public int MaxLength { get; set; }

Property Value

Int32
See Also