# C1.C1Word.Objects.RtfPicture

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Word_Objects_RtfPicture" data-uid="C1.C1Word.Objects.RtfPicture" class="text-break">RtfPicture Class
</h1>
  <div class="markdown level0 summary"><p>The Word/RTF picture.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.C1Word.Objects.RtfObject.html">RtfObject</a></div>
    <div class="level2"><a class="xref" href="C1.C1Word.Objects.RtfBorderObject.html">RtfBorderObject</a></div>
    <div class="level3"><a class="xref" href="C1.C1Word.Objects.RtfFilledObject.html">RtfFilledObject</a></div>
    <div class="level4"><span class="xref">RtfPicture</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="C1.C1Word.IDocumentContent.html">IDocumentContent</a></div>
    <div><a class="xref" href="C1.C1Word.IParagraphContent.html">IParagraphContent</a></div>
    <div><a class="xref" href="C1.C1Word.IContent.html">IContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Word.Objects.html">C1.C1Word.Objects</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_Objects_RtfPicture_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfPicture : RtfFilledObject, ICloneable, IDocumentContent, IParagraphContent, IContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RtfPicture
    Inherits RtfFilledObject
    Implements ICloneable, IDocumentContent, IParagraphContent, IContent</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td 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)">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.-ctor.html#C1_C1Word_Objects_RtfPicture__ctor_C1_C1Word_Objects_RtfObject_C1_Win_Bitmap_C1Bitmap_">RtfPicture(RtfObject, C1Bitmap)</a>
        </td>
        <td class="markdown level1 summary"><p>The Word/RTF picture specific constructor.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.-ctor.html#C1_C1Word_Objects_RtfPicture__ctor_C1_C1Word_Objects_RtfObject_System_Drawing_Image_">RtfPicture(RtfObject, Image)</a>
        </td>
        <td class="markdown level1 summary"><p>The Word/RTF picture specific constructor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfPicture__ctor_C1_Win_Bitmap_C1Bitmap_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor(C1.Win.Bitmap.C1Bitmap)">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.-ctor.html#C1_C1Word_Objects_RtfPicture__ctor_C1_Win_Bitmap_C1Bitmap_">RtfPicture(C1Bitmap)</a>
        </td>
        <td class="markdown level1 summary"><p>The Word/RTF picture specific constructor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfPicture__ctor_System_Drawing_Image_" data-uid="C1.C1Word.Objects.RtfPicture.#ctor(System.Drawing.Image)">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.-ctor.html#C1_C1Word_Objects_RtfPicture__ctor_System_Drawing_Image_">RtfPicture(Image)</a>
        </td>
        <td class="markdown level1 summary"><p>The Word/RTF picture specific constructor.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Word_Objects_RtfPicture_Alignment" data-uid="C1.C1Word.Objects.RtfPicture.Alignment">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.Alignment.html#C1_C1Word_Objects_RtfPicture_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment for this picture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfPicture_Height" data-uid="C1.C1Word.Objects.RtfPicture.Height">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.Height.html#C1_C1Word_Objects_RtfPicture_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets height of picture bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfPicture_Image" data-uid="C1.C1Word.Objects.RtfPicture.Image">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.Image.html#C1_C1Word_Objects_RtfPicture_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets drawing approximate image/bitmap for this picture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfPicture_IsEmpty" data-uid="C1.C1Word.Objects.RtfPicture.IsEmpty">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.IsEmpty.html#C1_C1Word_Objects_RtfPicture_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets is empty this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfPicture_ProportionalScale" data-uid="C1.C1Word.Objects.RtfPicture.ProportionalScale">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.ProportionalScale.html#C1_C1Word_Objects_RtfPicture_ProportionalScale">ProportionalScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets proportional scale flag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfPicture_Title" data-uid="C1.C1Word.Objects.RtfPicture.Title">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.Title.html#C1_C1Word_Objects_RtfPicture_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title for this picture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfPicture_Width" data-uid="C1.C1Word.Objects.RtfPicture.Width">
          <a class="xref" href="C1.C1Word.Objects.RtfPicture.Width.html#C1_C1Word_Objects_RtfPicture_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets width of picture bounds.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
