Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void AddStringToTable(
	byte[] oldstring,
	byte newstring
)
Visual Basic
Public Sub AddStringToTable ( _
	oldstring As Byte(), _
	newstring As Byte _
)
Visual C++
public:
void AddStringToTable(
	array<unsigned char>^ oldstring, 
	unsigned char newstring
)

Parameters

oldstring
Type: array<System..::..Byte>[]()[][]
newstring
Type: System..::..Byte

See Also