Namespace: Spire.Xls.Core.Spreadsheet
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 

Parameters

stream
Stream
firstRow
Int32
firstColumn
Int32
lastRow
Int32
lastColumn
Int32
imageType
ImageType

Return Value

Image

Implements

IWorksheet..::..SaveToImage(Stream, Int32, Int32, Int32, Int32, ImageType)

See Also