[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.TiffExportSettings.Dither

Dither Property

Dither

Gets or sets a value indicating whether dithering should be applied during export to TIFF.

Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BoolDefaultExportSetting Dither { get; set; }
Property Value
Type Description
BoolDefaultExportSetting

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.