# GrapeCity.Documents.Pdf.Annotations.Model3DView.LightingSchemeType

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_Annotations_Model3DView_LightingSchemeType_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DView.LightingSchemeType*">LightingSchemeType Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_Annotations_Model3DView_LightingSchemeType_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DView.LightingSchemeType*"></a>
<h4 id="GrapeCity_Documents_Pdf_Annotations_Model3DView_LightingSchemeType" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DView.LightingSchemeType">LightingSchemeType</h4>
<div class="markdown level1 summary"><p>Gets or sets the type of lighting scheme that shall be used when rendering 3D artwork
If omitted, the lighting scheme specified in the 3D artwork shall be used.
The <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DLightingSchemeType.html">Model3DLightingSchemeType</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 LightingSchemeType { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LightingSchemeType As IPdfName</code></pre>
</div>
</div>
