PdfLineStyle Class |
Namespace: SelectPdf
The PdfLineStyle type exposes the following members.
Name | Description | |
---|---|---|
PdfLineStyle |
Constructs a default line style.
| |
PdfLineStyle(Single) |
Constructs a line style with the specified line width.
| |
PdfLineStyle(PdfLineDashStyle) |
Constructs a line style for a dashed line.
| |
PdfLineStyle(Single, PdfLineDashStyle) |
Constructs a line style for a dashed line with the specified line width.
| |
PdfLineStyle(Single, PdfLineCapStyle, PdfLineJoinStyle) |
Constructs a style for a line with the specified width, cap and join styles.
|
Name | Description | |
---|---|---|
LineCapStyle |
Gets or sets the line cap style.
| |
LineDashStyle |
Gets or sets the line dash style.
| |
LineJoinStyle |
Gets or sets the line join style.
| |
LineWidth |
Gets or sets the line width.
|