Pdf | |
| Name | Description | |
|---|---|---|
| PdfLineStyle | Constructs a default line style. | |
| PdfLineStyle(PdfLineDashStyle) | Constructs a line style for a dashed line. | |
| PdfLineStyle(Single) | Constructs a line style with the specified line width. | |
| 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. |