SetDashPattern Method (C1PdfDocument)
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.
'Declaration
Public Sub SetDashPattern( _
ByVal As DashStyle, _
ByVal () As Single _
)
Parameters
- dashStyle
- The dash style to set.
- pattern
- The array of stroke and gap lengths, in line thickness.