# C1.C1Preview.C1PrintOptions.MsPrintDocumentPrintEmfType

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PrintOptions_MsPrintDocumentPrintEmfType_" data-uid="C1.C1Preview.C1PrintOptions.MsPrintDocumentPrintEmfType*">MsPrintDocumentPrintEmfType Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PrintOptions_MsPrintDocumentPrintEmfType_" data-uid="C1.C1Preview.C1PrintOptions.MsPrintDocumentPrintEmfType*"></a>
<h4 id="C1_C1Preview_C1PrintOptions_MsPrintDocumentPrintEmfType" data-uid="C1.C1Preview.C1PrintOptions.MsPrintDocumentPrintEmfType">MsPrintDocumentPrintEmfType</h4>
<div class="markdown level1 summary"><p>Gets or sets the type of metafiles used when printing standard .NET PrintDocument documents.</p>
<p>The default is <b>EmfType.EmfPlusDual</b>.</p><p>
If your printer needs to scan the output for data (e.g. a fax number;
a case in point is Tobit Faxware) and fails, try setting this to <b>EmfType.EmfOnly</b>.
</p><p>
Note that this property ONLY affects printing of standard .NET PrintDocument documents,
and has no bearing on other supported document types.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public static EmfType MsPrintDocumentPrintEmfType { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Shared Property MsPrintDocumentPrintEmfType As EmfType</code></pre>
</div>
</div>
