# GrapeCity.Documents.Word.Layout.SharedPicture

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Layout_SharedPicture" data-uid="GrapeCity.Documents.Word.Layout.SharedPicture" class="text-break">SharedPicture Class
</h1>
  <div class="markdown level0 summary"><p>Represents a shared 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="GrapeCity.Documents.Word.Layout.SharedObject.html">SharedObject</a></div>
    <div class="level2"><span class="xref">SharedPicture</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.Layout.html">GrapeCity.Documents.Word.Layout</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Layout_SharedPicture_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SharedPicture : SharedObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SharedPicture
    Inherits SharedObject</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_Layout_SharedPicture_BottomCrop" data-uid="GrapeCity.Documents.Word.Layout.SharedPicture.BottomCrop">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.BottomCrop.html#GrapeCity_Documents_Word_Layout_SharedPicture_BottomCrop">BottomCrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bottom cropped edge, in percents of the source image height divided by 100.
A positive percentage specifies an inset, while a negative percentage specifies an outset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedPicture_ContentType" data-uid="GrapeCity.Documents.Word.Layout.SharedPicture.ContentType">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.ContentType.html#GrapeCity_Documents_Word_Layout_SharedPicture_ContentType">ContentType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the image content type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedPicture_HasCrop" data-uid="GrapeCity.Documents.Word.Layout.SharedPicture.HasCrop">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.HasCrop.html#GrapeCity_Documents_Word_Layout_SharedPicture_HasCrop">HasCrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating if the source image should be cropped.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedPicture_ImageData" data-uid="GrapeCity.Documents.Word.Layout.SharedPicture.ImageData">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.ImageData.html#GrapeCity_Documents_Word_Layout_SharedPicture_ImageData">ImageData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the image binary data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedPicture_ImageFilePath" data-uid="GrapeCity.Documents.Word.Layout.SharedPicture.ImageFilePath">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.ImageFilePath.html#GrapeCity_Documents_Word_Layout_SharedPicture_ImageFilePath">ImageFilePath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the path to image file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedPicture_LeftCrop" data-uid="GrapeCity.Documents.Word.Layout.SharedPicture.LeftCrop">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.LeftCrop.html#GrapeCity_Documents_Word_Layout_SharedPicture_LeftCrop">LeftCrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the left cropped edge, in percents of the source image width divided by 100.
A positive percentage specifies an inset, while a negative percentage specifies an outset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedPicture_Opacity" data-uid="GrapeCity.Documents.Word.Layout.SharedPicture.Opacity">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.Opacity.html#GrapeCity_Documents_Word_Layout_SharedPicture_Opacity">Opacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the opacity level between 0.0 (fully transparent) and 1.0 (fully opaque).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedPicture_RightCrop" data-uid="GrapeCity.Documents.Word.Layout.SharedPicture.RightCrop">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.RightCrop.html#GrapeCity_Documents_Word_Layout_SharedPicture_RightCrop">RightCrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the right cropped edge, in percents of the source image width divided by 100.
A positive percentage specifies an inset, while a negative percentage specifies an outset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedPicture_TopCrop" data-uid="GrapeCity.Documents.Word.Layout.SharedPicture.TopCrop">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.TopCrop.html#GrapeCity_Documents_Word_Layout_SharedPicture_TopCrop">TopCrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the top cropped edge, in percents of the source image height divided by 100.
A positive percentage specifies an inset, while a negative percentage specifies an outset.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
