Click or drag to resize

LineDashStyle Enumeration

Specifies the style of a dashed line.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.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