Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool Debug { set; }
Visual Basic
Public WriteOnly Property Debug As Boolean
	Set
Visual C++
public:
property bool Debug {
	void set (bool value);
}

See Also