Click or drag to resize
Pdf Library for .NET

PdfLineDashStyle Enumeration

Specifies the style of a dashed line in a pdf document.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public enum PdfLineDashStyle
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