XDashStyle EnumerationTerminal Works - PDF Printing.Net Library
Specifies the style of dashed lines drawn with an XPen object.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public enum XDashStyle
Members

  Member nameValueDescription
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.
Custom5 Specifies a user-defined custom dash style.
See Also

Reference