# C1.Document.C1PrintOptions.ImagesScaleFactor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_C1PrintOptions_ImagesScaleFactor_" data-uid="C1.Document.C1PrintOptions.ImagesScaleFactor*">ImagesScaleFactor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_C1PrintOptions_ImagesScaleFactor_" data-uid="C1.Document.C1PrintOptions.ImagesScaleFactor*"></a>
<h4 id="C1_Document_C1PrintOptions_ImagesScaleFactor" data-uid="C1.Document.C1PrintOptions.ImagesScaleFactor">ImagesScaleFactor</h4>
<div class="markdown level1 summary"><p>Gets or sets the scale factor used to scale images before printing.</p>
<p>
Low resolution images that need to be sized up to fit the target
physical bounds can be scaled either by the printer driver, or
by <a class="xref" href="C1.Document.C1DocumentSource.html">C1DocumentSource</a>. When this property is 1 (the default), all scaling
is done by the printer.On some printers this can lead to visible
distortions.To avoid this, set this property to a value greater than
1 (e.g. 2, 3 or 4), which will cause <a class="xref" href="C1.Document.C1DocumentSource.html">C1DocumentSource</a> to scale the
image before sending it to the printer, and may help reduce the
distortions.The specific value depends on the printer, and can be
selected by trial and error.
</p>
<p>
Note that this does not affect the final printed size of the image,
it only controls how the image is resized.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float ImagesScaleFactor { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ImagesScaleFactor As Single</code></pre>
</div>
</div>
