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


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

    Property Value

    The width of the image.
    See Also