Initializes a new instance of the PdfObject class

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

Syntax

C#
protected PdfObject(
	int type,
	byte[] bytes
)
Visual Basic
Protected Sub New ( _
	type As Integer, _
	bytes As Byte() _
)
Visual C++
protected:
PdfObject(
	int type, 
	array<unsigned char>^ bytes
)

Parameters

type
Type: System..::..Int32
bytes
Type: array<System..::..Byte>[]()[][]

See Also