Initializes a new instance of the PdfPSXObject class

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

Syntax

C#
public PdfPSXObject(
	PdfWriter wr
)
Visual Basic
Public Sub New ( _
	wr As PdfWriter _
)
Visual C++
public:
PdfPSXObject(
	PdfWriter^ wr
)

See Also