ActiveReports Developer 7
Dither Property
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Page Namespace > Settings Class : Dither Property

Glossary Item Box

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

Visual Basic (Declaration) 
Public Property Dither As System.Boolean
C# 
public System.bool Dither {get; set;}

See Also