AccusoftPrintPro8 ActiveX DLL : PP_DrawMode Enumeration |
Option values which define the possible values to determine appearance of output from graphics methods.
Member | Value | Description |
---|---|---|
PP_DrawMode_Blackness | 1 | (1) Blackness. |
PP_DrawMode_CopyPen | 13 | (13) Color specified by the graphic method. |
PP_DrawMode_Invert | 6 | (6) Inverse of the display color. |
PP_DrawMode_MaskNotPen | 3 | (3) A combination of the colors common to the background and the inverse of the pen. |
PP_DrawMode_MaskPen | 9 | (9) Combination of the colors common to both the pen and the display. |
PP_DrawMode_MaskPenNot | 5 | (5) Combination of the colors common to both the pen and the inverse of the display. |
PP_DrawMode_MergeNotPen | 12 | (12) Combination of the display color and the inverse of the pen color. |
PP_DrawMode_MergePen | 15 | (15) Combination of the pen color and the display color. |
PP_DrawMode_MergePenNot | 14 | (14) Combination of the pen color and the inverse of the display color. |
PP_DrawMode_Nop | 11 | (11) No operation — output remains unchanged. In effect, this setting turns drawing off. |
PP_DrawMode_NotCopyPen | 4 | (4) Inverse of CopyPen. |
PP_DrawMode_NotMaskPen | 8 | (8) Inverse of Mask Pen. |
PP_DrawMode_NotMergePen | 2 | (2) Inverse of MergePen.(3) Combination of the colors common to the background color and the inverse of the pen. |
PP_DrawMode_NotXorPen | 10 | (10) Inverse of Xor Pen. |
PP_DrawMode_Whiteness | 16 | (16) Whiteness. |
PP_DrawMode_Xor | 7 | (7) Combination of the colors in the pen and in the display color, but not in both. |