# C1.Util.DX.WIC.JpegBitmapEncoder.Create

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.Create*">Create Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.Create*"></a>
<h4 id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_C1_Util_DX_WIC_ImagingFactory_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.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.JpegBitmapEncoder.html">JpegBitmapEncoder</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 JpegBitmapEncoder Create(ImagingFactory factory)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Create(factory As ImagingFactory) As JpegBitmapEncoder</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.JpegBitmapEncoder.html">JpegBitmapEncoder</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.Create*"></a>
<h4 id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_C1_Util_DX_WIC_ImagingFactory_System_IO_Stream_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.Create(C1.Util.DX.WIC.ImagingFactory,System.IO.Stream)">Create(ImagingFactory, Stream)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.JpegBitmapEncoder.html">JpegBitmapEncoder</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 JpegBitmapEncoder Create(ImagingFactory factory, Stream stream)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Create(factory As ImagingFactory, stream As Stream) As JpegBitmapEncoder</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="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>The output stream.</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.JpegBitmapEncoder.html">JpegBitmapEncoder</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.Create*"></a>
<h4 id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_C1_Util_DX_WIC_ImagingFactory_System_Guid_System_IO_Stream_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.Create(C1.Util.DX.WIC.ImagingFactory,System.Guid,System.IO.Stream)">Create(ImagingFactory, Guid, Stream)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.JpegBitmapEncoder.html">JpegBitmapEncoder</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 JpegBitmapEncoder Create(ImagingFactory factory, Guid guidVendorRef, Stream stream)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Create(factory As ImagingFactory, guidVendorRef As Guid, stream As Stream) As JpegBitmapEncoder</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="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a></td>
      <td><span class="parametername">guidVendorRef</span></td>
      <td><p>The GUID vendor ref.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>The output stream.</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.JpegBitmapEncoder.html">JpegBitmapEncoder</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.Create*"></a>
<h4 id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_C1_Util_DX_WIC_ImagingFactory_C1_Util_DX_WIC_WicStream_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.Create(C1.Util.DX.WIC.ImagingFactory,C1.Util.DX.WIC.WicStream)">Create(ImagingFactory, WicStream)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.JpegBitmapEncoder.html">JpegBitmapEncoder</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 JpegBitmapEncoder Create(ImagingFactory factory, WicStream stream)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Create(factory As ImagingFactory, stream As WicStream) As JpegBitmapEncoder</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.WicStream.html">WicStream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>The output stream.</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.JpegBitmapEncoder.html">JpegBitmapEncoder</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.Create*"></a>
<h4 id="C1_Util_DX_WIC_JpegBitmapEncoder_Create_C1_Util_DX_WIC_ImagingFactory_System_Guid_C1_Util_DX_WIC_WicStream_" data-uid="C1.Util.DX.WIC.JpegBitmapEncoder.Create(C1.Util.DX.WIC.ImagingFactory,System.Guid,C1.Util.DX.WIC.WicStream)">Create(ImagingFactory, Guid, WicStream)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.JpegBitmapEncoder.html">JpegBitmapEncoder</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 JpegBitmapEncoder Create(ImagingFactory factory, Guid guidVendorRef, WicStream stream)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Create(factory As ImagingFactory, guidVendorRef As Guid, stream As WicStream) As JpegBitmapEncoder</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="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a></td>
      <td><span class="parametername">guidVendorRef</span></td>
      <td><p>The GUID vendor ref.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.WIC.WicStream.html">WicStream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>The output stream.</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.JpegBitmapEncoder.html">JpegBitmapEncoder</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
