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

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

Parameters

source
The image source.

Return Value

The graphics image.
Remarks
The source can be binary data, a Base 64 string, a GrapeCity.Documents.Imaging.GcBitmap object, a System.IO.Stream object, or the name of an existing file.
See Also