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 byte[] ComposeString( byte[] oldstring, byte newstring ) |
| Visual Basic |
|---|
Public Function ComposeString ( _ oldstring As Byte(), _ newstring As Byte _ ) As Byte() |
| Visual C++ |
|---|
public: array<unsigned char>^ ComposeString( array<unsigned char>^ oldstring, unsigned char newstring ) |