PdfContents.SetDashLine Method

PDF File Writer

PdfContentsSetDashLine Method

Set dash line pattern

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetDashLine(
	double[] DashArray,
	double DashPhase
)

Parameters

DashArray
Type: SystemDouble
Dash array
DashPhase
Type: SystemDouble
Dash phase
See Also