Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SpreadsheetImageSource.FromStream(Stream) Method

Creates an image source object from the specified data stream.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[ComVisible(false)]
public static SpreadsheetImageSource FromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream containing image data.

Returns

Type Description
SpreadsheetImageSource

A SpreadsheetImageSource object representing the image in the spreadsheet.

See Also