| ImageGear22.Art Assembly > ImageGear.ART Namespace : ImGearARTPenStyle Enumeration |
'Declaration Public Enum ImGearARTPenStyle Inherits System.Enum
'Usage Dim instance As ImGearARTPenStyle
public enum ImGearARTPenStyle : System.Enum
__value public enum ImGearARTPenStyle : public System.Enum
public enum class ImGearARTPenStyle : public System.Enum
| Member | Value | Description |
|---|---|---|
| DASH | 1 | Line consisting of dashes. |
| DASHDOT | 3 | Line consisting of a repeating pattern of dash-dot. |
| DASHDOTDOT | 4 | Line consisting of a repeating pattern of dash-dot-dot. |
| DOT | 2 | Line consisting of dots. |
| PDFDASH1 | 5 | Dash pattern compatible with Adobe Acrobat's "Dashed 1" style. |
| PDFDASH2 | 6 | Dash pattern compatible with Adobe Acrobat's "Dashed 2" style. |
| PDFDASH3 | 7 | Dash pattern compatible with Adobe Acrobat's "Dashed 3" style. |
| PDFDASH4 | 8 | Dash pattern compatible with Adobe Acrobat's "Dashed 4" style. |
| PDFDASH5 | 9 | Dash pattern compatible with Adobe Acrobat's "Dashed 5" style. |
| PDFDASH6 | 10 | Dash pattern compatible with Adobe Acrobat's "Dashed 6" style. |
| SOLID | 0 | Solid line. |
System.Object
System.ValueType
System.Enum
ImageGear.ART.ImGearARTPenStyle