PdfLineStyle Class

Represents the appearance of a line including width and style

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
C#
public class PdfLineStyle
Inheritance
Object    PdfLineStyle

Constructors

PdfLineStyleInitializes a new instance of the PdfLineStyle class

Properties

DashStyle Gets or sets the style of the line
LineWidth Gets or sets the width of the line in points

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also