Gets the pattern (the array of numbers that specifies the lengths
of alternating dashes and gaps).
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double[] GetPattern()
VB
Public Function GetPattern As Double()
Return Value
Type:
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.
See Also