Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / toImage Method / toImage(String,ImageSaveOptions) Method
The output image file.
The options for output image.
In This Topic
    toImage(String,ImageSaveOptions) Method
    In This Topic
    Saves the range to the specified image file using options.
    Syntax
    void toImage( 
       java.lang.String imageFile,
       ImageSaveOptions options
    )

    Parameters

    imageFile
    The output image file.
    options
    The options for output image.
    See Also