PdfLineStyle Class

The PDF line style encapsulating the line width, dash pattern, cap style and join style

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfLineStyle
Inheritance
Object    PdfLineStyle

Constructors

PdfLineStyle Constructs the default line style

Properties

LineCapStyle The line cap style
LineDashPattern The line dash pattern. By default the line pattern is solid
LineJoinStyle The line join style
LineWidth The line width in points. The line width is 1 by default

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