Initializes a new instance of the PdfArray class

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

Syntax

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

See Also