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

In This Topic
ToBlackWhiteImage Method
In This Topic
Convert image to black and white image.
Syntax
'Declaration
 
Public Shared Function ToBlackWhiteImage( _
   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