# GrapeCity.Documents.Pdf.Page.Rotate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_Page_Rotate_" data-uid="GrapeCity.Documents.Pdf.Page.Rotate*">Rotate Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_Page_Rotate_" data-uid="GrapeCity.Documents.Pdf.Page.Rotate*"></a>
<h4 id="GrapeCity_Documents_Pdf_Page_Rotate" data-uid="GrapeCity.Documents.Pdf.Page.Rotate">Rotate</h4>
<div class="markdown level1 summary"><p>Gets or sets the number of degrees by which the page should be rotated clockwise when displayed or printed.
The value must be a multiple of 90.
Default value: 0.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Rotate { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Rotate As Integer</code></pre>
</div>
</div>
