# GrapeCity.Documents.Pdf.Annotations.Model3DView.TryGetBackgroundColor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_Annotations_Model3DView_TryGetBackgroundColor_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DView.TryGetBackgroundColor*">TryGetBackgroundColor Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_Annotations_Model3DView_TryGetBackgroundColor_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DView.TryGetBackgroundColor*"></a>
<h4 id="GrapeCity_Documents_Pdf_Annotations_Model3DView_TryGetBackgroundColor_System_Drawing_Color__" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DView.TryGetBackgroundColor(System.Drawing.Color@)">TryGetBackgroundColor(out Color)</h4>
<div class="markdown level1 summary"><p>Attempts to parse the background of the specified <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DView.html">Model3DView</a> as a solid color.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool TryGetBackgroundColor(out Color value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function TryGetBackgroundColor(ByRef value As Color) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>When this method returns, contains the parsed background color if the operation succeeded;
otherwise, the default color. This parameter is passed uninitialized.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the background definition is valid and represents a solid color;
otherwise, <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Documents_Pdf_Annotations_Model3DView_TryGetBackgroundColor_System_Drawing_Color___remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method returns <code>false</code> if the background definition contains errors,
is not a solid color (e.g., pattern), or cannot be parsed.</p>
</div>
</div>
