Convert image to black and white image.
public static GrapeCity.Documents.Drawing.Image ToGrayscaleImage(
GrapeCity.Documents.Drawing.Image
)
'Declaration
Public Shared Function ToGrayscaleImage( _
ByVal As GrapeCity.Documents.Drawing.Image _
) As GrapeCity.Documents.Drawing.Image
Parameters
- image
- The image for converting.
Return Value
A converted image.