ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page Namespace / Settings Class / Dither Property

In This Topic
    Dither Property (Settings)
    In This Topic
    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