Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public void WriteString( byte[] str ) |
| Visual Basic |
|---|
Public Sub WriteString ( _ str As Byte() _ ) |
| Visual C++ |
|---|
public: void WriteString( array<unsigned char>^ str ) |
Parameters
- str
- Type: array<System..::..Byte>[]()[][]