# C1.Util.DX.WIC.FastMetadataEncoder.Create

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_WIC_FastMetadataEncoder_Create_" data-uid="C1.Util.DX.WIC.FastMetadataEncoder.Create*">Create Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_WIC_FastMetadataEncoder_Create_" data-uid="C1.Util.DX.WIC.FastMetadataEncoder.Create*"></a>
<h4 id="C1_Util_DX_WIC_FastMetadataEncoder_Create_C1_Util_DX_WIC_ImagingFactory_C1_Util_DX_WIC_BitmapDecoder_" data-uid="C1.Util.DX.WIC.FastMetadataEncoder.Create(C1.Util.DX.WIC.ImagingFactory,C1.Util.DX.WIC.BitmapDecoder)">Create(ImagingFactory, BitmapDecoder)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.FastMetadataEncoder.html">FastMetadataEncoder</a> class from a <a class="xref" href="C1.Util.DX.WIC.BitmapDecoder.html">BitmapDecoder</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static FastMetadataEncoder Create(ImagingFactory factory, BitmapDecoder decoder)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Create(factory As ImagingFactory, decoder As BitmapDecoder) As FastMetadataEncoder</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>
    <tr>
      <td><a class="xref" href="C1.Util.DX.WIC.BitmapDecoder.html">BitmapDecoder</a></td>
      <td><span class="parametername">decoder</span></td>
      <td><p>The decoder.</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.FastMetadataEncoder.html">FastMetadataEncoder</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_WIC_FastMetadataEncoder_Create_" data-uid="C1.Util.DX.WIC.FastMetadataEncoder.Create*"></a>
<h4 id="C1_Util_DX_WIC_FastMetadataEncoder_Create_C1_Util_DX_WIC_ImagingFactory_C1_Util_DX_WIC_BitmapFrameDecode_" data-uid="C1.Util.DX.WIC.FastMetadataEncoder.Create(C1.Util.DX.WIC.ImagingFactory,C1.Util.DX.WIC.BitmapFrameDecode)">Create(ImagingFactory, BitmapFrameDecode)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.FastMetadataEncoder.html">FastMetadataEncoder</a> class from a <a class="xref" href="C1.Util.DX.WIC.BitmapFrameDecode.html">BitmapFrameDecode</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static FastMetadataEncoder Create(ImagingFactory factory, BitmapFrameDecode frameDecoder)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Create(factory As ImagingFactory, frameDecoder As BitmapFrameDecode) As FastMetadataEncoder</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>
    <tr>
      <td><a class="xref" href="C1.Util.DX.WIC.BitmapFrameDecode.html">BitmapFrameDecode</a></td>
      <td><span class="parametername">frameDecoder</span></td>
      <td><p>The frame decoder.</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.FastMetadataEncoder.html">FastMetadataEncoder</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
