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

Parameters

outputStream
Stream
firstRow
Int32
firstColumn
Int32
lastRow
Int32
lastColumn
Int32
emfType
EmfType

Return Value

Image

See Also