Initializes a new instance of the DisplayText class

Namespace: Org.BouncyCastle.Asn1.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public DisplayText(
	int type,
	string text
)
Visual Basic
Public Sub New ( _
	type As Integer, _
	text As String _
)
Visual C++
public:
DisplayText(
	int type, 
	String^ text
)

Parameters

type
Type: System..::..Int32
text
Type: System..::..String

See Also