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

Syntax

C#
public void AddPage(
	Rectangle rect,
	int rotation
)
Visual Basic
Public Sub AddPage ( _
	rect As Rectangle, _
	rotation As Integer _
)
Visual C++
public:
void AddPage(
	Rectangle^ rect, 
	int rotation
)

Parameters

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

See Also