Documents for PDF, .NET Edition Documentation
PageRectangle Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class : PageRectangle Property
Gets a rectangle that represents the surface of the current page (in points).
Syntax
'Declaration
 
Public ReadOnly Property PageRectangle As System.Drawing.RectangleF
public System.Drawing.RectangleF PageRectangle {get;}
Remarks
This property returns a rectangle 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

Reference

GcPdfDocument Class
GcPdfDocument Members