# GrapeCity.Documents.Word.Picture

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Picture" data-uid="GrapeCity.Documents.Word.Picture" class="text-break">Picture Class
</h1>
  <div class="markdown level0 summary"><p>Represents a picture element in a body content.</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="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.ShapeBase.html">ShapeBase</a></div>
    <div class="level3"><span class="xref">Picture</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.Picture.html">Picture</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Picture_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Picture : ShapeBase, IBrowsable&lt;Picture&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Picture
    Inherits ShapeBase
    Implements IBrowsable(Of Picture)</code></pre>
  </div>
  <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="GrapeCity_Documents_Word_Picture_AlternativeText" data-uid="GrapeCity.Documents.Word.Picture.AlternativeText">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.AlternativeText.html#GrapeCity_Documents_Word_Picture_AlternativeText">AlternativeText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alternative text for the picture.</p>
<p>This text can be used by assistive technologies or applications that do not display the actual picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_Effects" data-uid="GrapeCity.Documents.Word.Picture.Effects">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.Effects.html#GrapeCity_Documents_Word_Picture_Effects">Effects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the shape effects formatting properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_Fill" data-uid="GrapeCity.Documents.Word.Picture.Fill">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.Fill.html#GrapeCity_Documents_Word_Picture_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the fill formatting properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_GeometryType" data-uid="GrapeCity.Documents.Word.Picture.GeometryType">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.GeometryType.html#GrapeCity_Documents_Word_Picture_GeometryType">GeometryType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a preset geometric shape type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_Hidden" data-uid="GrapeCity.Documents.Word.Picture.Hidden">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.Hidden.html#GrapeCity_Documents_Word_Picture_Hidden">Hidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this picture is hidden
(i.e. present in the document but not visible).</p>
<p>
Note that an application can have settings that allow this picture to be viewed.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_ID" data-uid="GrapeCity.Documents.Word.Picture.ID">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.ID.html#GrapeCity_Documents_Word_Picture_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unique ID of the current picture in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_ImageData" data-uid="GrapeCity.Documents.Word.Picture.ImageData">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.ImageData.html#GrapeCity_Documents_Word_Picture_ImageData">ImageData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.Picture.ImageData.html#GrapeCity_Documents_Word_Picture_ImageData">ImageData</a> representing this picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_Line" data-uid="GrapeCity.Documents.Word.Picture.Line">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.Line.html#GrapeCity_Documents_Word_Picture_Line">Line</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the line formatting properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_Name" data-uid="GrapeCity.Documents.Word.Picture.Name">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.Name.html#GrapeCity_Documents_Word_Picture_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current picture name.</p>
<p>Typically, this is used to store the original file name of the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_Next" data-uid="GrapeCity.Documents.Word.Picture.Next">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.Next.html#GrapeCity_Documents_Word_Picture_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_Previous" data-uid="GrapeCity.Documents.Word.Picture.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.Previous.html#GrapeCity_Documents_Word_Picture_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_Style" data-uid="GrapeCity.Documents.Word.Picture.Style">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.Style.html#GrapeCity_Documents_Word_Picture_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style information for the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_Title" data-uid="GrapeCity.Documents.Word.Picture.Title">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.Title.html#GrapeCity_Documents_Word_Picture_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title (caption) of this picture.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_ApplyEffectsPreset_GrapeCity_Documents_Word_ShapeEffectsPreset_" data-uid="GrapeCity.Documents.Word.Picture.ApplyEffectsPreset(GrapeCity.Documents.Word.ShapeEffectsPreset)">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.ApplyEffectsPreset.html#GrapeCity_Documents_Word_Picture_ApplyEffectsPreset_GrapeCity_Documents_Word_ShapeEffectsPreset_">ApplyEffectsPreset(ShapeEffectsPreset)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_ApplyImageExifRotation" data-uid="GrapeCity.Documents.Word.Picture.ApplyImageExifRotation">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.ApplyImageExifRotation.html#GrapeCity_Documents_Word_Picture_ApplyImageExifRotation">ApplyImageExifRotation()</a>
        </td>
        <td class="markdown level1 summary"><p>Rotates the current <a class="xref" href="GrapeCity.Documents.Word.Picture.html">Picture</a> according to the Exif orientation info in <a class="xref" href="GrapeCity.Documents.Word.Picture.ImageData.html#GrapeCity_Documents_Word_Picture_ImageData">ImageData</a> (if available).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Picture_ApplyPreset_GrapeCity_Documents_Word_PicturePreset_" data-uid="GrapeCity.Documents.Word.Picture.ApplyPreset(GrapeCity.Documents.Word.PicturePreset)">
          <a class="xref" href="GrapeCity.Documents.Word.Picture.ApplyPreset.html#GrapeCity_Documents_Word_Picture_ApplyPreset_GrapeCity_Documents_Word_PicturePreset_">ApplyPreset(PicturePreset)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a <a class="xref" href="GrapeCity.Documents.Word.PicturePreset.html">PicturePreset</a> to this <a class="xref" href="GrapeCity.Documents.Word.Picture.html">Picture</a>.</p>
<p>Preset contains predefined fill, line, geometry and effects.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
