Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictureFormat Interface / CropRight Property


In This Topic
    CropRight Property (IPictureFormat)
    In This Topic
    Gets the number of pixels that are cropped off the right of the specified picture or OLE object.
    Syntax
    'Declaration
     
    
    Property CropRight As Integer
    'Usage
     
    
    Dim instance As IPictureFormat
    Dim value As Integer
     
    instance.CropRight = value
     
    value = instance.CropRight
    int CropRight {get; set;}

    Property Value

    The number of pixels that are cropped off the right of the specified picture or OLE object.
    Remarks
    Cropping is calculated relative to the original size of the picture.
    See Also