ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / ToImage Method
The image source.

In This Topic
    ToImage Method
    In This Topic
    Convert to image.
    Syntax
    'Declaration
     
    Public Shared Function ToImage( _
       ByVal source As System.Object _
    ) As GrapeCity.Documents.Drawing.Image
    public static GrapeCity.Documents.Drawing.Image ToImage( 
       System.object source
    )

    Parameters

    source
    The image source.

    Return Value

    The graphics image.
    See Also