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