The PDF line style encapsulating the line width, dash pattern, cap style and join style
Inheritance Hierarchy
HiQPdfPdfLineStyle
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfLineStyle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfLineStyle |
Constructs the default line style
|
Properties
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also