Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / Crop Property

In This Topic
    Crop Property
    In This Topic
    Gets the portion of the image used for the fill.
    Syntax
    'Declaration
     
    Public ReadOnly Property Crop As EdgeExtent
    public EdgeExtent Crop {get;}
    Remarks
    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.
    See Also