Search
Converter.ToImage Method (Stream)
See Also
 






Converts the specified stream to an image.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public static ImageSource ToImage (
    Stream s
)

Visual Basic  Copy Code

Public Shared Function ToImage( _
    s As Stream _
) As ImageSource

 Parameters

s

The stream to convert from.

 Return Value

An ImageSource object deserialized from the specified stream.

 See Also