# C1.Win.C1Input.C1PictureBox.ImageToByteArray

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Input_C1PictureBox_ImageToByteArray_" data-uid="C1.Win.C1Input.C1PictureBox.ImageToByteArray*">ImageToByteArray Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Input_C1PictureBox_ImageToByteArray_" data-uid="C1.Win.C1Input.C1PictureBox.ImageToByteArray*"></a>
<h4 id="C1_Win_C1Input_C1PictureBox_ImageToByteArray_System_Drawing_Image_System_Drawing_Imaging_ImageFormat_" data-uid="C1.Win.C1Input.C1PictureBox.ImageToByteArray(System.Drawing.Image,System.Drawing.Imaging.ImageFormat)">ImageToByteArray(Image, ImageFormat)</h4>
<div class="markdown level1 summary"><p>Returns the contents of an image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static byte[] ImageToByteArray(Image image, ImageFormat format)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function ImageToByteArray(image As Image, format As ImageFormat) 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.drawing.image">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>Image to return as a byte array.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.imageformat">ImageFormat</a></td>
      <td><span class="parametername">format</span></td>
      <td><p>Format in which to return the image contents.</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>
