GrapeCity.Documents.Excel Namespace / IRange Interface / ToImage Method / ToImage(Stream,ImageType) Method
The output image stream.
Specifies the type of image to create.
In This Topic
ToImage(Stream,ImageType) Method
In This Topic
Saves the range to the specified image stream.
Syntax
void ToImage( 
   System.IO.Stream stream,
   ImageType imageType
)

Parameters

stream
The output image stream.
imageType
Specifies the type of image to create.
See Also