Specifies whether the image should be dithered when saving to a black and white output format, like CCITT3 or Rle. This property has no effect if the CompressionScheme property is set to Lzw or None(represents color output).
Syntax
'Declaration
Public Property Dither As Boolean
public bool Dither {get; set;}
See Also