com.grapecity.documents.excel Package / IWorksheet 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 sheet 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