Click or drag to resize

PdfTextFieldMaxLength Property

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

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.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