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
)
Visual Basic
Protected Sub New ( _
	type As Integer _
)
Visual C++
protected:
PdfObject(
	int type
)

Parameters

type
Type: System..::..Int32

See Also