Accusoft.PrintProSdk Namespace : PrintDitherType Enumeration |
'Declaration Public Enum PrintDitherType Inherits System.Enum
'Usage Dim instance As PrintDitherType
public enum PrintDitherType : System.Enum
__value public enum PrintDitherType : public System.Enum
public enum class PrintDitherType : public System.Enum
Member | Value | Description |
---|---|---|
CoarseDither | 2 | Dither with a coarse brush. |
ErrorDiffusion | 5 | A special type of dithering in which the quantization residual is distributed to neighboring pixels which have not yet been processed. Error diffusion has the tendency to enhance edges in an image. This can make text in images more readable than in other dithering techniques. |
FineDither | 3 | Dither with a fine brush. |
GrayScale | 10 | Printer does grayscaling. |
LineArtDither | 4 | Line art dithering, a special dithering method that produces well defined borders between black, white, and gray scaling. It is not suitable for images that include continuous gradations in intensity and hue such as scanned photographs. |
NoDither | 1 | No dithering. |
NotSet | -1 | Specification of the dither type is not supported |
NotSupported | 0 | Specification of the dither type is not supported |
UserDefined | 256 | The user has specified a printer specific dithering type. |
System.Object
System.ValueType
System.Enum
Accusoft.PrintProSdk.PrintDitherType