SetDashPattern Method (C1PdfDocument)
In This Topic
Sets the dash pattern for a specific dash style. Values in correspond to dashes and spaces, starting with the first dash. The actual length of each dash and space in the line is the product of the specified value and the width of the pen used to draw the line.
Syntax
Parameters
- dashStyle
- The dash style to set.
- pattern
- The array of stroke and gap lengths, in line thickness.
See Also