Namespace: BitMiracle.Docotic.Pdf
public PdfDashPattern DashPattern { get; set; }
Public Property DashPattern As PdfDashPattern Get Set
The dash pattern is a normal dash pattern (an array of on/off stroke lengths used cyclically) except that zero is always used as the offset (phase) and the number of array entries is limited to 10.
In effect, all dash patterns returned by this property have Offset equal to zero. And the offset value is ignored for any dash pattern you set to this property.
The dash pattern value must not be null.