Table of Contents

Property DashPattern

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

DashPattern

Gets or sets this PdfMarker dash pattern.

public PdfDashPattern DashPattern { get; set; }

Property Value

PdfDashPattern

This PdfMarker dash pattern.

Remarks

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