# GrapeCity.Documents.Svg.GcSvgGraphics.ImageRendering

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Svg_GcSvgGraphics_ImageRendering_" data-uid="GrapeCity.Documents.Svg.GcSvgGraphics.ImageRendering*">ImageRendering Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Svg_GcSvgGraphics_ImageRendering_" data-uid="GrapeCity.Documents.Svg.GcSvgGraphics.ImageRendering*"></a>
<h4 id="GrapeCity_Documents_Svg_GcSvgGraphics_ImageRendering" data-uid="GrapeCity.Documents.Svg.GcSvgGraphics.ImageRendering">ImageRendering</h4>
<div class="markdown level1 summary"><p>Gets or sets a hint to the implementation about how to make speed vs. quality tradeoffs as it performs image processing.</p>
<p>
Setting this property affects the subsequent calls of the DrawImage methods.
It does not affect the previous calls.
</p>
The default is <a class="xref" href="GrapeCity.Documents.Svg.SvgImageRendering.html#GrapeCity_Documents_Svg_SvgImageRendering_Auto">Auto</a>.
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SvgImageRendering ImageRendering { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ImageRendering As SvgImageRendering</code></pre>
</div>
</div>
