Gets or sets the line 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:
PdfDashPatternLine dash pattern.
Remarks
The line dash pattern controls the pattern of dashes and
gaps used to stroke paths.
Default value: a solid line.
See Also