Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShape Interface / ToImage Method / ToImage(Stream,ImageType,ImageSaveOptions) Method
The output 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 shape to the specified image stream using options.
    Syntax
    void ToImage( 
       System.IO.Stream stream,
       ImageType imageType,
       ImageSaveOptions options
    )

    Parameters

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