Click or drag to resize

MonochromeConversion Enumeration

Specifies the type of monochrome conversion to apply to the image.

Namespace:  Zebra.Sdk.Card.Graphics.Enumerations
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public enum MonochromeConversion
Members
  Member nameValueDescription
None0 No dithering.
Diffusion1 Diffusion dithering.
HalfTone_8x82 Halftone dithering, 8x8 matrix.
HalfTone_6x63 Halftone dithering, 6x6 matrix.
See Also