Initializes a new instance of the DisplayText class
Namespace: Org.BouncyCastle.Asn1.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public DisplayText( string text )  | 
| Visual Basic | 
|---|
Public Sub New ( _ text As String _ )  | 
| Visual C++ | 
|---|
public: DisplayText( String^ text )  | 
Parameters
- text
 - Type: System..::..String