Gets a rectangle that represents the surface of the current page (in points).

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public virtual Rect PageRectangle { get; }
Visual Basic
Public Overridable ReadOnly Property PageRectangle As Rect
	Get

Remarks

This property returns a Rect located at point (0,0) with size equal to the size of the current page. It can be used as a starting point for building rectangles that will be used for drawing on the page.

See Also