C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / ToGrayscaleImage Method
The image for converting.

In This Topic
ToGrayscaleImage Method
In This Topic
Convert image to black and white image.
Syntax
'Declaration
 
Public Shared Function ToGrayscaleImage( _
   ByVal image As GrapeCity.Documents.Drawing.Image _
) As GrapeCity.Documents.Drawing.Image
 

Parameters

image
The image for converting.

Return Value

A converted image.
See Also