Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / Clipboard Class / GetImageStream Method


In This Topic
    GetImageStream Method
    In This Topic
    Gets the image data from clipboard as System.IO.Stream.
    Syntax
    'Declaration
     
    
    Public Shared Function GetImageStream( _
       ByVal worksheet As IWorksheet, _
       ByRef contentType As String _
    ) As Stream
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim contentType As String
    Dim value As Stream
     
    value = Clipboard.GetImageStream(worksheet, contentType)
    public static Stream GetImageStream( 
       IWorksheet worksheet,
       out string contentType
    )

    Parameters

    worksheet
    contentType
    See Also