Method GetPattern
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetPattern()
Gets the pattern (the array of numbers that specifies the lengths of alternating dashes and gaps).
public double[] GetPattern()
Returns
- double[]
The pattern (the array of numbers that specifies the lengths of alternating dashes and gaps).
Remarks
The elements in the pattern array set the length of each dash and gap in the dash pattern. The first element of the pattern array specifies the length of a dash, the second element specifies the length of a space, the third element specifies the length of a dash, and so on.