Click or drag to resize
LineDashStyle Enumeration
Specifies the style of a dashed line.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public enum LineDashStyle
Members
  Member nameValueDescription
Default-1 Default dash style
Solid0 Specifies a solid line
Dash1 Specifies a line consisting of dashes.
Dot2 Specifies a line consisting of dots.
DashDot3 Specifies a line consisting of a repeating pattern of dash-dot.
DashDotDot4 Specifies a line consisting of a repeating pattern of dash-dot-dot.
See Also