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

Syntax

C#
public Rectangle BoundingBox { get; set; }
Visual Basic
Public Property BoundingBox As Rectangle
	Get
	Set
Visual C++
public:
property Rectangle^ BoundingBox {
	Rectangle^ get ();
	void set (Rectangle^ value);
}

See Also