# C1.C1Pdf.C1PdfDocumentBase.PageRectangle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Pdf_C1PdfDocumentBase_PageRectangle_" data-uid="C1.C1Pdf.C1PdfDocumentBase.PageRectangle*">PageRectangle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Pdf_C1PdfDocumentBase_PageRectangle_" data-uid="C1.C1Pdf.C1PdfDocumentBase.PageRectangle*"></a>
<h4 id="C1_C1Pdf_C1PdfDocumentBase_PageRectangle" data-uid="C1.C1Pdf.C1PdfDocumentBase.PageRectangle">PageRectangle</h4>
<div class="markdown level1 summary"><p>Gets a rectangle that represents the surface of the current page (in points).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public virtual RectangleF PageRectangle { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Overridable ReadOnly Property PageRectangle As RectangleF</code></pre>
</div>
<h5 id="C1_C1Pdf_C1PdfDocumentBase_PageRectangle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.</p>
</div>
</div>
