Link Search Menu Expand Document

DashPattern Constructor (Single, Single)

Initializes a new empty instance of the Bytescout.PDF.DashPattern class.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public DashPattern(
	float[] dashArray,
	float dashPhase
)

Parameters

dashArray
Type: SystemSingle
The pattern (the array of numbers that specifies the lengths of alternating dashes and gaps).
dashPhase
Type: SystemSingle
The distance from the start of a line to the beginning of the dash pattern.
See Also

Reference