toImage(OutputStream,ImageType) Method
In This Topic
Saves the sheet to the specified image file.
Syntax
void toImage(
java.io.OutputStream ,
ImageType
)
|
Parameters
- stream
- The output image stream.
- imageType
- Specifies the type of image to create.
See Also