PdfColoredMarker.DashPattern Property

Gets or sets the marker dash pattern.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfDashPattern DashPattern { get; set; }
VB
Public Property DashPattern As PdfDashPattern
	Get
	Set

Property Value

Type: PdfDashPattern
The marker dash pattern.

Remarks

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.

See Also