Initializes a new instance of the PdfArray class

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

Collapse imageSyntax

C#
public PdfArray(
	PdfObject obj
)
Visual Basic
Public Sub New ( _
	obj As PdfObject _
)
Visual C++
public:
PdfArray(
	PdfObject^ obj
)

Collapse imageSee Also