# C1.C1Preview.C1PrintOptions.PrintAsBitmap

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PrintOptions_PrintAsBitmap_" data-uid="C1.C1Preview.C1PrintOptions.PrintAsBitmap*">PrintAsBitmap Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PrintOptions_PrintAsBitmap_" data-uid="C1.C1Preview.C1PrintOptions.PrintAsBitmap*"></a>
<h4 id="C1_C1Preview_C1PrintOptions_PrintAsBitmap" data-uid="C1.C1Preview.C1PrintOptions.PrintAsBitmap">PrintAsBitmap</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether page metafiles should be converted to
bitmaps and clipped to printer's hard margins prior to printing.</p>
<p>
The default value is <b>false</b>.
</p><p>
Normally document pages are sent to printer as metafiles.
If a page exceeds the printable area of a printer, problems may occur
with some printer drivers when the page is printed.
In those cases set this property to <b>true</b>.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool PrintAsBitmap { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property PrintAsBitmap As Boolean</code></pre>
</div>
<h5 id="C1_C1Preview_C1PrintOptions_PrintAsBitmap_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.C1PrintManager.AdjustPrintPage.html">AdjustPrintPage</a></div>
</div>
</div>
