Initializes a new instance of the PdfLiteral class

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

Syntax

C#
public PdfLiteral(
	byte[] b
)
Visual Basic
Public Sub New ( _
	b As Byte() _
)
Visual C++
public:
PdfLiteral(
	array<unsigned char>^ b
)

Parameters

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

See Also