You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiMonochromeDitheringType Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.Export.StiMonochromeDitheringType Enumeration

Enumeration describes a type of dithering for monochrome PCX file.

Syntax
C++
C#
Visual Basic
public: enum StiMonochromeDitheringType { None = 1, FloydSteinberg = 2, Ordered = 3 };
Members
Members 
Description 
None 
Without dithering. Low quality, small size of file.  
FloydSteinberg 
Floyd-Steinberg dithering. Good quality, big size of file.  
Ordered 
Ordered dithering with Bayer matrix 4x4. Poor quality, medium size of file.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.