Click or drag to resize

PdfTextField.MaxLength Property

Gets or sets the form field's maximum length in characters.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public int MaxLength { get; set; }

Property Value

Type: Int32
Remarks

This property must be a number greater than 0 or MaxLengthUnlimited. This property can not be MaxLengthUnlimited if the Comb property is set to true.

This property can not be changed if IsLocked is true.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!