Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / ToImage Method / ToImage(Stream,ImageType,ImageSaveOptions) Method
The specified image stream.
Specifies the type of image to create.
The options for output image.
In This Topic
    ToImage(Stream,ImageType,ImageSaveOptions) Method
    In This Topic
    Saves the worksheet to the specified image stream using options.
    Syntax
    void ToImage( 
       System.IO.Stream stream,
       ImageType imageType,
       ImageSaveOptions options
    )

    Parameters

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