Click or drag to resize
Pdf Library for .NET

PdfLineStyle Class

The line style for pdf graphic elements that draw lines.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfLineStyle

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfLineStyle

The PdfLineStyle type exposes the following members.

Constructors
  NameDescription
Public methodPdfLineStyle
Constructs a default line style.
Public methodPdfLineStyle(Single)
Constructs a line style with the specified line width.
Public methodPdfLineStyle(PdfLineDashStyle)
Constructs a line style for a dashed line.
Public methodPdfLineStyle(Single, PdfLineDashStyle)
Constructs a line style for a dashed line with the specified line width.
Public methodPdfLineStyle(Single, PdfLineCapStyle, PdfLineJoinStyle)
Constructs a style for a line with the specified width, cap and join styles.
Top
Properties
  NameDescription
Public propertyLineCapStyle
Gets or sets the line cap style.
Public propertyLineDashStyle
Gets or sets the line dash style.
Public propertyLineJoinStyle
Gets or sets the line join style.
Public propertyLineWidth
Gets or sets the line width.
Top
See Also