Initializes a new instance of the PdfRectangle class

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

Syntax

C#
public PdfRectangle(
	Rectangle rectangle,
	int rotation
)
Visual Basic
Public Sub New ( _
	rectangle As Rectangle, _
	rotation As Integer _
)
Visual C++
public:
PdfRectangle(
	Rectangle^ rectangle, 
	int rotation
)

Parameters

rectangle
Type: iTextSharp.text..::..Rectangle
rotation
Type: System..::..Int32

See Also