Namespace: Spire.Xls.Core
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# |
Image SaveToImage( Stream outputStream, int firstRow, int firstColumn, int lastRow, int lastColumn, ImageType imageType, EmfType emfType )
Function SaveToImage ( outputStream As Stream, firstRow As Integer, firstColumn As Integer, lastRow As Integer, lastColumn As Integer, imageType As ImageType, emfType As EmfType ) As Image
Image^ SaveToImage( Stream^ outputStream, int firstRow, int firstColumn, int lastRow, int lastColumn, ImageType imageType, EmfType emfType )
abstract SaveToImage : outputStream : Stream * firstRow : int * firstColumn : int * lastRow : int * lastColumn : int * imageType : ImageType * emfType : EmfType -> Image
Parameters
- outputStream
- Stream
- firstRow
- Int32
- firstColumn
- Int32
- lastRow
- Int32
- lastColumn
- Int32
- imageType
- ImageType
- emfType
- EmfType