Accusoft.PrintPro8.Net
DrawMode Enumeration




Option values which determine the available drawing modes for the PrintPro native drawing routines.
Syntax
'Declaration
 
Public Enum DrawMode 
   Inherits System.Enum
'Usage
 
Dim instance As DrawMode
public enum DrawMode : System.Enum 
__value public enum DrawMode : public System.Enum 
public enum class DrawMode : public System.Enum 
Members
MemberValueDescription
Blackness1Always draws black
CopyPen13Pixel is the pen color.
Invert6Pixel is the inverse of the screen color.
MaskNotPen3Pixel is a combination of the colors common to both the screen and the inverse of the pen.
MaskPen9Pixel is a combination of the colors common to both the pen and the screen.
MaskPenNot5Pixel is a combination of the colors common to both the pen and the inverse of the screen.
MergeNotPen12Pixel is a combination of the screen color and the inverse of the pen color.
MergePen15Pixel is a combination of the pen color and the screen color.
MergePenNot14Pixel is a combination of the pen color and the inverse of the screen color.
Nop11Pixel remains unchanged. (In effect, this turns drawing off)
NotCopyPen4Pixel is the inverse of the pen color.
NotMaskPen8Pixel is the inverse of the MaskPen color.
NotMergePen2Pixel is the inverse of the MergePen color
NotXorPen10Pixel is the inverse of the Xor color.
Whiteness16Always draws white
Xor7Pixel is a combination of the colors in the pen and in the screen, but not in both.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.PrintProSdk.DrawMode

See Also

Reference

Accusoft.PrintProSdk Namespace

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback