# C1.C1Word.C1WordDocument.AddPicture

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Word_C1WordDocument_AddPicture_" data-uid="C1.C1Word.C1WordDocument.AddPicture*">AddPicture Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Word_C1WordDocument_AddPicture_" data-uid="C1.C1Word.C1WordDocument.AddPicture*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddPicture_C1_Win_Bitmap_C1Bitmap_" data-uid="C1.C1Word.C1WordDocument.AddPicture(C1.Win.Bitmap.C1Bitmap)">AddPicture(C1Bitmap)</h4>
<div class="markdown level1 summary"><p>Add (draw) image/bitmap with content alignment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfPicture AddPicture(C1Bitmap image)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddPicture(image As C1Bitmap) As RtfPicture</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><span class="xref">C1Bitmap</span></td>
      <td><span class="parametername">image</span></td>
      <td><p>The drawing image/bitmap.</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.C1Word.Objects.RtfPicture.html">RtfPicture</a></td>
      <td><p>The Word/RTF picture object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_C1WordDocument_AddPicture_" data-uid="C1.C1Word.C1WordDocument.AddPicture*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddPicture_C1_Win_Bitmap_C1Bitmap_C1_C1Word_RtfHorizontalAlignment_" data-uid="C1.C1Word.C1WordDocument.AddPicture(C1.Win.Bitmap.C1Bitmap,C1.C1Word.RtfHorizontalAlignment)">AddPicture(C1Bitmap, RtfHorizontalAlignment)</h4>
<div class="markdown level1 summary"><p>Add (draw) image/bitmap with content alignment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfPicture AddPicture(C1Bitmap image, RtfHorizontalAlignment align)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddPicture(image As C1Bitmap, align As RtfHorizontalAlignment) As RtfPicture</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><span class="xref">C1Bitmap</span></td>
      <td><span class="parametername">image</span></td>
      <td><p>The drawing image/bitmap.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Word.RtfHorizontalAlignment.html">RtfHorizontalAlignment</a></td>
      <td><span class="parametername">align</span></td>
      <td><p>The paragraph alignment.</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.C1Word.Objects.RtfPicture.html">RtfPicture</a></td>
      <td><p>The Word/RTF picture object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_C1WordDocument_AddPicture_" data-uid="C1.C1Word.C1WordDocument.AddPicture*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddPicture_C1_Win_Bitmap_C1Bitmap_C1_C1Word_Canvas_ShapeWrapType_C1_C1Word_Canvas_ZIndexType_" data-uid="C1.C1Word.C1WordDocument.AddPicture(C1.Win.Bitmap.C1Bitmap,C1.C1Word.Canvas.ShapeWrapType,C1.C1Word.Canvas.ZIndexType)">AddPicture(C1Bitmap, ShapeWrapType, ZIndexType)</h4>
<div class="markdown level1 summary"><p>Add image/bitmap with shape wrap and z-index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfShape AddPicture(C1Bitmap image, ShapeWrapType wrap, ZIndexType zIndex = ZIndexType.Default)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddPicture(image As C1Bitmap, wrap As ShapeWrapType, Optional zIndex As ZIndexType = ZIndexType.Default) As RtfShape</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><span class="xref">C1Bitmap</span></td>
      <td><span class="parametername">image</span></td>
      <td><p>The drawing image/bitmap.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Word.Canvas.ShapeWrapType.html">ShapeWrapType</a></td>
      <td><span class="parametername">wrap</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Word.Canvas.ZIndexType.html">ZIndexType</a></td>
      <td><span class="parametername">zIndex</span></td>
      <td></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.C1Word.Objects.RtfShape.html">RtfShape</a></td>
      <td><p>The Word/RTF wraper shape.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_C1WordDocument_AddPicture_" data-uid="C1.C1Word.C1WordDocument.AddPicture*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddPicture_System_Drawing_Image_" data-uid="C1.C1Word.C1WordDocument.AddPicture(System.Drawing.Image)">AddPicture(Image)</h4>
<div class="markdown level1 summary"><p>Add (draw) image/bitmap with content alignment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfPicture AddPicture(Image image)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddPicture(image As Image) As RtfPicture</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>The drawing image/bitmap.</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.C1Word.Objects.RtfPicture.html">RtfPicture</a></td>
      <td><p>The Word/RTF picture object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_C1WordDocument_AddPicture_" data-uid="C1.C1Word.C1WordDocument.AddPicture*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddPicture_System_Drawing_Image_C1_C1Word_RtfHorizontalAlignment_" data-uid="C1.C1Word.C1WordDocument.AddPicture(System.Drawing.Image,C1.C1Word.RtfHorizontalAlignment)">AddPicture(Image, RtfHorizontalAlignment)</h4>
<div class="markdown level1 summary"><p>Add (draw) image/bitmap with content alignment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfPicture AddPicture(Image image, RtfHorizontalAlignment align)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddPicture(image As Image, align As RtfHorizontalAlignment) As RtfPicture</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>The drawing image/bitmap.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Word.RtfHorizontalAlignment.html">RtfHorizontalAlignment</a></td>
      <td><span class="parametername">align</span></td>
      <td><p>The paragraph alignment.</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.C1Word.Objects.RtfPicture.html">RtfPicture</a></td>
      <td><p>The Word/RTF picture object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_C1WordDocument_AddPicture_" data-uid="C1.C1Word.C1WordDocument.AddPicture*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddPicture_System_Drawing_Image_C1_C1Word_Canvas_ShapeWrapType_C1_C1Word_Canvas_ZIndexType_" data-uid="C1.C1Word.C1WordDocument.AddPicture(System.Drawing.Image,C1.C1Word.Canvas.ShapeWrapType,C1.C1Word.Canvas.ZIndexType)">AddPicture(Image, ShapeWrapType, ZIndexType)</h4>
<div class="markdown level1 summary"><p>Add image/bitmap with shape wrap and z-index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfShape AddPicture(Image image, ShapeWrapType wrap, ZIndexType zIndex = ZIndexType.Default)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddPicture(image As Image, wrap As ShapeWrapType, Optional zIndex As ZIndexType = ZIndexType.Default) As RtfShape</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>The drawing image/bitmap.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Word.Canvas.ShapeWrapType.html">ShapeWrapType</a></td>
      <td><span class="parametername">wrap</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Word.Canvas.ZIndexType.html">ZIndexType</a></td>
      <td><span class="parametername">zIndex</span></td>
      <td></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.C1Word.Objects.RtfShape.html">RtfShape</a></td>
      <td><p>The Word/RTF wrapper shape.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
