Click or drag to resize

PdfLineStyle Constructor

Overload List
  NameDescription
Public methodPdfLineStyle(Double)
Initializes a new instance of the PdfLineStyle class with defaults, except for the width.
Public methodPdfLineStyle(PdfLineStyle)
Initializes a new instance of the PdfLineStyle class using the contents of the PdfLineStyle passed in.
Public methodPdfLineStyle(PdfLineStyle, Double)
Initializes a new instance of the PdfLineStyle class.
Public methodPdfLineStyle(Double, PdfLineCapStyle, PdfLineJoinStyle, Double, Double, Int32)
Constructs a new instance of the PdfLineStyle class.
Top
See Also