Accusoft.PrintPro7.Net
PrintDitherType Enumeration
See Also  Send Feedback
Accusoft.PrintProSdk Namespace : PrintDitherType Enumeration




Glossary Item Box

Option values which determine how dithering is to be done (if the printer supports this feature).

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
CoarseDither2Dither with a coarse brush.
ErrorDiffusion5A 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.
FineDither3Dither with a fine brush.
GrayScale10Printer does grayscaling.
LineArtDither4Line 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.
NoDither1No dithering.
NotSet-1Specification of the dither type is not supported
NotSupported0Specification of the dither type is not supported
UserDefined256The user has specified a printer specific dithering type.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.PrintProSdk.PrintDitherType

See Also

©2013. Accusoft Corporation. All Rights Reserved.