# GrapeCity.Documents.Excel.Drawing.IPictureFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IPictureFormat" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat" class="text-break">IPictureFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Represents properties and methods that apply to pictures.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPictureFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPictureFormat</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_Excel_Drawing_IPictureFormat_Brightness" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Brightness">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Brightness.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_Brightness">Brightness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brightness of the specified picture or OLE object. The
value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_ColorType" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.ColorType">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.ColorType.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_ColorType">ColorType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of color transformation applied to the specified picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_Contrast" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Contrast">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Contrast.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_Contrast">Contrast</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the contrast for the specified picture or OLE object. The
value for this property must be a number from 0.0 (the least contrast) to
1.0 (the greatest contrast).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_Crop" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Crop">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Crop.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_Crop">Crop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ICrop.html">ICrop</a> object that represents the cropping settings
for the specified <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.html">IPictureFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_CropBottom" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.CropBottom">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.CropBottom.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_CropBottom">CropBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of points that are cropped off the bottom of the
specified picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_CropLeft" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.CropLeft">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.CropLeft.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_CropLeft">CropLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of points that are cropped off the left side of
the specified picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_CropRight" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.CropRight">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.CropRight.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_CropRight">CropRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of points that are cropped off the right side
of the specified picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_CropTop" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.CropTop">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.CropTop.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_CropTop">CropTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of points that are cropped off the top of the
specified picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_Fill" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Fill">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Fill.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the byte array of this picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_Reference" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Reference">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Reference.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_Reference">Reference</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the reference of current picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_Transparency" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Transparency">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Transparency.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_Transparency">Transparency</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the degree of transparency of the specified picture as a value
from 0.0 (opaque) through 1.0 (clear).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_TransparentBackground" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.TransparentBackground">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.TransparentBackground.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_TransparentBackground">TransparentBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the specified picture format uses a transparent background.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_Type" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Type">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Type.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the image type of this picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPictureFormat_Url" data-uid="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Url">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.Url.html#GrapeCity_Documents_Excel_Drawing_IPictureFormat_Url">Url</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the URL of the picture from JSON.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
