Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public Image SaveToImage( Stream stream, int firstRow, int firstColumn, int lastRow, int lastColumn, ImageType imageType )
Public Function SaveToImage ( stream As Stream, firstRow As Integer, firstColumn As Integer, lastRow As Integer, lastColumn As Integer, imageType As ImageType ) As Image
public: virtual Image^ SaveToImage( Stream^ stream, int firstRow, int firstColumn, int lastRow, int lastColumn, ImageType imageType ) sealed
abstract SaveToImage : stream : Stream * firstRow : int * firstColumn : int * lastRow : int * lastColumn : int * imageType : ImageType -> Image override SaveToImage : stream : Stream * firstRow : int * firstColumn : int * lastRow : int * lastColumn : int * imageType : ImageType -> Image