Click or drag to resize
Pdf Library for .NET

PdfLineStyle Constructor

Overload List
  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
See Also