Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Image Class / Data Property


In This Topic
    Data Property (Image)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property Data As Stream
    'Usage
     
    
    Dim instance As Image
    Dim value As Stream
     
    value = instance.Data
    public override Stream Data {get;}
    See Also