# GrapeCity.Documents.Pdf.Annotations.Model3DView.RenderingModeType

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_Annotations_Model3DView_RenderingModeType_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DView.RenderingModeType*">RenderingModeType Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_Annotations_Model3DView_RenderingModeType_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DView.RenderingModeType*"></a>
<h4 id="GrapeCity_Documents_Pdf_Annotations_Model3DView_RenderingModeType" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DView.RenderingModeType">RenderingModeType</h4>
<div class="markdown level1 summary"><p>Gets or sets the type of render mode to use when rendering 3D artwork.
If omitted, the render mode specified in the 3D artwork shall be used.
The <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.html">Model3DRenderingModeType</a> static class defines the values listed in the PDF specification;
this list may be extended in future revisions.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IPdfName RenderingModeType { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property RenderingModeType As IPdfName</code></pre>
</div>
</div>
