ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / TiffExportSettings Class / Dither Property

In This Topic
    Dither Property (TiffExportSettings)
    In This Topic
    Gets or sets a value indicating whether dithering should be applied during export to TIFF.
    Syntax
    'Declaration
     
    Public Property Dither As BoolDefaultExportSetting
    public BoolDefaultExportSetting Dither {get; set;}

    Property Value

    A BoolDefaultExportSetting object indicating whether dithering should be applied. Set to true to dither the image when save it to a black and white format (Ccitt3, Ccitt4 or Rle).
    Remarks
    This property has no effect if the CompressionScheme is set to Lzw or None.
    See Also