# C1.C1Word.Objects.RtfPicture.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Word_Objects_RtfPicture__ctor_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor*">RtfPicture Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Word_Objects_RtfPicture__ctor_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor*"></a>
<h4 id="C1_C1Word_Objects_RtfPicture__ctor_System_Drawing_Image_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor(System.Drawing.Image)">RtfPicture(Image)</h4>
<div class="markdown level1 summary"><p>The Word/RTF picture specific constructor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfPicture(Image img)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(img As Image)</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">img</span></td>
      <td><p>The image/bitmap for picture.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_Objects_RtfPicture__ctor_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor*"></a>
<h4 id="C1_C1Word_Objects_RtfPicture__ctor_C1_C1Word_Objects_RtfObject_System_Drawing_Image_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor(C1.C1Word.Objects.RtfObject,System.Drawing.Image)">RtfPicture(RtfObject, Image)</h4>
<div class="markdown level1 summary"><p>The Word/RTF picture specific constructor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfPicture(RtfObject owner, Image img)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(owner As RtfObject, img As Image)</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.C1Word.Objects.RtfObject.html">RtfObject</a></td>
      <td><span class="parametername">owner</span></td>
      <td><p>The owned Word/RTF object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a></td>
      <td><span class="parametername">img</span></td>
      <td><p>The image/bitmap for picture.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_Objects_RtfPicture__ctor_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor*"></a>
<h4 id="C1_C1Word_Objects_RtfPicture__ctor_C1_Win_Bitmap_C1Bitmap_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor(C1.Win.Bitmap.C1Bitmap)">RtfPicture(C1Bitmap)</h4>
<div class="markdown level1 summary"><p>The Word/RTF picture specific constructor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfPicture(C1Bitmap bmp)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(bmp As C1Bitmap)</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">bmp</span></td>
      <td><p>The specified bitmap object for picture.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_Objects_RtfPicture__ctor_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor*"></a>
<h4 id="C1_C1Word_Objects_RtfPicture__ctor_C1_C1Word_Objects_RtfObject_C1_Win_Bitmap_C1Bitmap_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor(C1.C1Word.Objects.RtfObject,C1.Win.Bitmap.C1Bitmap)">RtfPicture(RtfObject, C1Bitmap)</h4>
<div class="markdown level1 summary"><p>The Word/RTF picture specific constructor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfPicture(RtfObject owner, C1Bitmap bmp)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(owner As RtfObject, bmp As C1Bitmap)</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.C1Word.Objects.RtfObject.html">RtfObject</a></td>
      <td><span class="parametername">owner</span></td>
      <td><p>The owned Word/RTF object.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">C1Bitmap</span></td>
      <td><span class="parametername">bmp</span></td>
      <td><p>The specified bitmap object for picture.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
