PDF .NET Library Documentation - PDF Technologies, Inc.
If set, the field is intended for entering a secure password that should not be echoed visibly to the screen.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public bool IsPassword { get; set; }
Visual Basic (Declaration)
Public Property IsPassword As Boolean
Visual C++
public:
property bool IsPassword {
	bool get ();
	void set (bool value);
}

Remarks

Characters typed from the keyboard should instead be echoed in some unreadable form, such as asterisks or bullet characters.

See Also