[]
DsPdfJS API / DashStyle
Specifies the style of dashed lines drawn with a Pen object.
Custom:
5
User-defined custom dash style.
Dash:
1
A line consisting of dashes.
DashDot:
3
A line consisting of a repeating pattern of dash-dot.
DashDotDot:
4
A line consisting of a repeating pattern of dash-dot-dot.
Dot:
2
A line consisting of dots.
Solid:
0
A solid line.