Click or drag to resize

PdfTextFieldLimitOfCharacters Property

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

Default value: .


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public int? LimitOfCharacters { get; set; }

Property Value

NullableInt32
The maximum length of the field’s text, in characters.
See Also