# C1.WPF.Bitmap.C1Bitmap.ToByteArray

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Bitmap_C1Bitmap_ToByteArray_" data-uid="C1.WPF.Bitmap.C1Bitmap.ToByteArray*">ToByteArray Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Bitmap_C1Bitmap_ToByteArray_" data-uid="C1.WPF.Bitmap.C1Bitmap.ToByteArray*"></a>
<h4 id="C1_WPF_Bitmap_C1Bitmap_ToByteArray" data-uid="C1.WPF.Bitmap.C1Bitmap.ToByteArray">ToByteArray()</h4>
<div class="markdown level1 summary"><p>Stores the image buffer to a byte array (without the palette and metadata information).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public byte[] ToByteArray()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function ToByteArray() As Byte()</code></pre>
</div>
<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="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>[]</td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_WPF_Bitmap_C1Bitmap_ToByteArray_" data-uid="C1.WPF.Bitmap.C1Bitmap.ToByteArray*"></a>
<h4 id="C1_WPF_Bitmap_C1Bitmap_ToByteArray_System_Int32__" data-uid="C1.WPF.Bitmap.C1Bitmap.ToByteArray(System.Int32@)">ToByteArray(out int)</h4>
<div class="markdown level1 summary"><p>Stores the image buffer to a byte array with the same stride (bytes per row).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public byte[] ToByteArray(out int stride)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function ToByteArray(ByRef stride As Integer) As Byte()</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">stride</span></td>
      <td><p>Returns the stride (bytes per row) of the image.</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="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>[]</td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_WPF_Bitmap_C1Bitmap_ToByteArray_" data-uid="C1.WPF.Bitmap.C1Bitmap.ToByteArray*"></a>
<h4 id="C1_WPF_Bitmap_C1Bitmap_ToByteArray_C1_WPF_Bitmap_ImageRect_" data-uid="C1.WPF.Bitmap.C1Bitmap.ToByteArray(C1.WPF.Bitmap.ImageRect)">ToByteArray(ImageRect)</h4>
<div class="markdown level1 summary"><p>Stores a part of the image buffer to a byte array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public byte[] ToByteArray(ImageRect srcRect)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function ToByteArray(srcRect As ImageRect) As Byte()</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.WPF.Bitmap.ImageRect.html">ImageRect</a></td>
      <td><span class="parametername">srcRect</span></td>
      <td><p>The source rectangle within the image.</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="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>[]</td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
