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

    Parameters

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