The Character (or string) used to hide the password

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

Syntax

C#
public string DisplayCharacter { get; set; }
Visual Basic
Public Property DisplayCharacter As String
	Get
	Set

Remarks

Classic PDF document used '*' by default and setting this property has no effect.

See Also