DashPattern Constructor (Single)ByteScout PDF SDK
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
)

Parameters

dashArray
Type: SystemSingle
The pattern (the array of numbers that specifies the lengths of alternating dashes and gaps).
See Also

Reference