# C1.Util.DX.WIC.FormatConverter.Create

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_WIC_FormatConverter_Create_" data-uid="C1.Util.DX.WIC.FormatConverter.Create*">Create Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_WIC_FormatConverter_Create_" data-uid="C1.Util.DX.WIC.FormatConverter.Create*"></a>
<h4 id="C1_Util_DX_WIC_FormatConverter_Create_C1_Util_DX_WIC_FormatConverterInfo_" data-uid="C1.Util.DX.WIC.FormatConverter.Create(C1.Util.DX.WIC.FormatConverterInfo)">Create(FormatConverterInfo)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.FormatConverter.html">FormatConverter</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static FormatConverter Create(FormatConverterInfo converterInfo)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Create(converterInfo As FormatConverterInfo) As FormatConverter</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="C1.Util.DX.WIC.FormatConverterInfo.html">FormatConverterInfo</a></td>
      <td><span class="parametername">converterInfo</span></td>
      <td><p>The converter info.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.WIC.FormatConverter.html">FormatConverter</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_WIC_FormatConverter_Create_" data-uid="C1.Util.DX.WIC.FormatConverter.Create*"></a>
<h4 id="C1_Util_DX_WIC_FormatConverter_Create_C1_Util_DX_WIC_ImagingFactory_" data-uid="C1.Util.DX.WIC.FormatConverter.Create(C1.Util.DX.WIC.ImagingFactory)">Create(ImagingFactory)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.FormatConverter.html">FormatConverter</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static FormatConverter Create(ImagingFactory factory)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Create(factory As ImagingFactory) As FormatConverter</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="C1.Util.DX.WIC.ImagingFactory.html">ImagingFactory</a></td>
      <td><span class="parametername">factory</span></td>
      <td><p>The factory.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.WIC.FormatConverter.html">FormatConverter</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
