Accusoft.PrintPro8.Net
PrintDitherType Enumeration




Option values which determine how dithering is to be done (if the printer supports this feature).
Syntax
'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 
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

Reference

Accusoft.PrintProSdk Namespace

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback