Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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 worksheet to the specified image file using options.
    Syntax
    void ToImage( 
       System.string imageFile,
       ImageSaveOptions options
    )

    Parameters

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