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


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

    Property Value

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