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 AddStringToTable( byte[] str ) |
Visual Basic |
---|
Public Sub AddStringToTable ( _ str As Byte() _ ) |
Visual C++ |
---|
public: void AddStringToTable( array<unsigned char>^ str ) |
Parameters
- str
- Type: array<System..::..Byte>[]()[][]