Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / SharedPicture Class / LeftCrop Property

In This Topic
    LeftCrop Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property LeftCrop As System.Single
    public System.float LeftCrop {get;}
    See Also