ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocumentBase Class / PageRectangle Property

In This Topic
    PageRectangle Property (C1PdfDocumentBase)
    In This Topic
    Gets a rectangle that represents the surface of the current page (in points).
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property PageRectangle As RectangleF
    public virtual 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