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

    Parameters

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