Spread Windows Forms 17
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 Double
    'Usage
     
    
    Dim instance As ICrop
    Dim value As Double
     
    instance.PictureHeight = value
     
    value = instance.PictureHeight
    double PictureHeight {get; set;}

    Property Value

    The height of the image.
    See Also