AccusoftPrintPro8 ActiveX DLL : PP_DitherType Enumeration |
Option values which define the possible types of dithering that can be done.
Member | Value | Description |
---|---|---|
PP_DitherType_CoarseDither | 2 | (2) Dither with a coarse brush. |
PP_DitherType_ErrorDiffusionDither | 5 | (5) Error diffusion dithering. |
PP_DitherType_FineDither | 3 | (3) Dither with a fine brush. |
PP_DitherType_GrayscaleDither | 10 | (10) Device does gray scaling. |
PP_DitherType_LineArtDither | 4 | (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. |
PP_DitherType_NoDither | 1 | (1) No dithering. |