It converts the source image to Black and White.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public Bitmap GetBlackAndWhiteImage()
Visual Basic (Declaration)
Public Function GetBlackAndWhiteImage As Bitmap
Visual C++
public:
Bitmap^ GetBlackAndWhiteImage()

Return Value

The source image in Black and White format.

See Also