AccusoftPrintPro8 ActiveX DLL : PP_DrawStyle Enumeration |
Option values which define the possible line styles for output from graphics methods.
Member | Value | Description |
---|---|---|
PP_DrawStyle_Dash | 2 | (2) Line comprised of dashes. |
PP_DrawStyle_DashDot | 4 | (4) Line comprised of alternating dashes and dots. |
PP_DrawStyle_DashDotDot | 5 | (5) Line comprised of one dash followed by two dots. |
PP_DrawStyle_Dot | 3 | (3) Line comprised of dots. |
PP_DrawStyle_Solid | 1 | (1) Solid line. |
PP_DrawStyle_Transparent | 0 | (0) Transparent line. |