PdfPenInfo.DashPattern Property

Gets the line dash pattern.

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

Syntax

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

Property Value

Type: PdfDashPattern
Line dash pattern.

Remarks

The line dash pattern controls the pattern of dashes and gaps used to stroke paths.

See Also