Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / toImage Method / toImage(OutputStream,ImageType,ImageSaveOptions) Method
The output image stream.
Specifies the type of image to create.
The options for output image.
In This Topic
    toImage(OutputStream,ImageType,ImageSaveOptions) Method
    In This Topic
    Saves the sheet to the specified image file using options.
    Syntax
    void toImage( 
       java.io.OutputStream stream,
       ImageType imageType,
       ImageSaveOptions options
    )

    Parameters

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