Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IPictureFormat Interface / CropTop Property


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

    Property Value

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