Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICrop Interface / PictureHeight Property


In This Topic
    PictureHeight Property (ICrop)
    In This Topic
    Gets or sets the height of the image that is to be cropped.
    Syntax
    'Declaration
     
    
    Property PictureHeight As Integer
    'Usage
     
    
    Dim instance As ICrop
    Dim value As Integer
     
    instance.PictureHeight = value
     
    value = instance.PictureHeight
    int PictureHeight {get; set;}

    Property Value

    The height of the image.
    See Also