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# 
[ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")]
public Image SaveToImage(
	Stream stream,
	int firstRow,
	int firstColumn,
	int lastRow,
	int lastColumn,
	ImageType imageType,
	EmfType emfType
)
<ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")> 
Public Function SaveToImage ( 
	stream As Stream,
	firstRow As Integer,
	firstColumn As Integer,
	lastRow As Integer,
	lastColumn As Integer,
	imageType As ImageType,
	emfType As EmfType
) As Image
public:
[ObsoleteAttribute(L"This Function is Obsolete;use ToImage() instead")]
virtual Image^ SaveToImage(
	Stream^ stream, 
	int firstRow, 
	int firstColumn, 
	int lastRow, 
	int lastColumn, 
	ImageType imageType, 
	EmfType emfType
) sealed
[<ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")>]
abstract SaveToImage : 
        stream : Stream * 
        firstRow : int * 
        firstColumn : int * 
        lastRow : int * 
        lastColumn : int * 
        imageType : ImageType * 
        emfType : EmfType -> Image 
[<ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")>]
override SaveToImage : 
        stream : Stream * 
        firstRow : int * 
        firstColumn : int * 
        lastRow : int * 
        lastColumn : int * 
        imageType : ImageType * 
        emfType : EmfType -> Image 

Parameters

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

Return Value

Image

Implements

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

See Also