[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocumentBase.SetDashPattern

SetDashPattern Method

SetDashPattern(DashStyle, float[])

Sets the dash pattern for a specific dash style. Values in pattern 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 void SetDashPattern(DashStyle dashStyle, float[] pattern)
Parameters
Type Name Description
DashStyle dashStyle

The dash style to set.

float[] pattern

The array of stroke and gap lengths, in line thickness.

See Also