The maximum characters that may be entered into this password field.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public int MaxLength { get; set; }
Visual Basic
Public Property MaxLength As Integer
	Get
	Set

Remarks

-1 means not restricted.

Setting this property is supported in classic PDF documents only.

See Also