PdfPen Properties

The PdfPen type exposes the following members.

Properties

  NameDescription
Public propertyColor
Gets or sets the color to be used for stroking.
Public propertyDashPattern
Gets or sets the line dash pattern.
Public propertyEndCap
Gets or sets the PdfLineCap value specifying the shape of the endpoints for any open path that is stroked.
Public propertyLineJoin
Gets or sets the PdfLineJoin value specifying the shape of joints between connected segments of a stroked path.
Public propertyMiterLimit
Gets or sets the miter limit of this pen.
Public propertyOpacity
(PDF 1.4) Gets or sets the opacity value in percent to be used for stroking operations.
Public propertyPattern
Gets or sets the pattern to be used for stroking.
Public propertyWidth
Gets or sets the width of this pen.

See Also