Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShape Interface / ToImage Method / ToImage(String) Method
The output image file.
In This Topic
    ToImage(String) Method
    In This Topic
    Saves the shape to the specified image file.
    Syntax
    void ToImage( 
       System.string fileName
    )

    Parameters

    fileName
    The output image file.
    See Also