# GrapeCity.Documents.Word.ImageData.Crop

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ImageData_Crop_" data-uid="GrapeCity.Documents.Word.ImageData.Crop*">Crop Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ImageData_Crop_" data-uid="GrapeCity.Documents.Word.ImageData.Crop*"></a>
<h4 id="GrapeCity_Documents_Word_ImageData_Crop" data-uid="GrapeCity.Documents.Word.ImageData.Crop">Crop</h4>
<div class="markdown level1 summary"><p>Gets the portion of the image used for the fill.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public EdgeExtent Crop { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Crop As EdgeExtent</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_ImageData_Crop_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Each edge of the source rectangle is defined by a percentage offset from the corresponding edge of the bounding box.
A positive percentage specifies an inset, while a negative percentage specifies an outset.
For example, a left offset of 25% specifies that the left edge of the source rectangle is located to the right of the bounding box's left edge by an amount equal to 25% of the bounding box's width.</p>
</div>
</div>
