# FarPoint.Win.Spread.SpreadView.SetImageDPISupport

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SpreadView_SetImageDPISupport_" data-uid="FarPoint.Win.Spread.SpreadView.SetImageDPISupport*">SetImageDPISupport Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SpreadView_SetImageDPISupport_" data-uid="FarPoint.Win.Spread.SpreadView.SetImageDPISupport*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_SetImageDPISupport_System_Int32_FarPoint_Win_DPISupporting_MultiScalingBitmapManager_" data-uid="FarPoint.Win.Spread.SpreadView.SetImageDPISupport(System.Int32,FarPoint.Win.DPISupporting.MultiScalingBitmapManager)">SetImageDPISupport(int, MultiScalingBitmapManager)</h4>
<div class="markdown level1 summary"><p>Sets the multiscaling versions of specified graphic for a specified part of the user interface.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetImageDPISupport(int id, MultiScalingBitmapManager imageManager)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SetImageDPISupport(id As Integer, imageManager As MultiScalingBitmapManager)</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.int32">int</a></td>
      <td><span class="parametername">id</span></td>
      <td><p>Unique identifier of the part of the user interface</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">MultiScalingBitmapManager</span></td>
      <td><span class="parametername">imageManager</span></td>
      <td><p>The MultiScalingImageManager object that help retrieve multiscaling versio of the graphic image.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
