Table of Contents

Enum LineDashStyle

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

Specifies the style of a dashed line.

public enum LineDashStyle

Fields

Dash = 1

Specifies a line consisting of dashes.

DashDot = 3

Specifies a line consisting of a repeating pattern of dash-dot.

DashDotDot = 4

Specifies a line consisting of a repeating pattern of dash-dot-dot.

Default = -1

Default dash style

Dot = 2

Specifies a line consisting of dots.

Solid = 0

Specifies a solid line