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

Syntax

C#
public void VariableRectangle(
	Rectangle rect
)
Visual Basic
Public Sub VariableRectangle ( _
	rect As Rectangle _
)
Visual C++
public:
void VariableRectangle(
	Rectangle^ rect
)

Parameters

rect
Type: iTextSharp.text..::..Rectangle

See Also