Table of Contents

Property DashPattern

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

DashPattern

Gets or sets this PdfColoredMarker dash pattern.

public PdfDashPattern DashPattern { get; set; }

Property Value

PdfDashPattern

This PdfColoredMarker dash pattern.

Remarks

The dash pattern for this PdfColoredMarker 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 for PdfColoredMarker must not be null.