Class PdfPen
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class that encapsulates properties of a PdfCanvas related to stroking operations.
public sealed class PdfPen
- Inheritance
-
PdfPen
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- Color
Gets or sets the color to be used for stroking.
- DashPattern
Gets or sets the line dash pattern.
- EndCap
Gets or sets the PdfLineCap value specifying the shape of the endpoints for any open path that is stroked.
- LineJoin
Gets or sets the PdfLineJoin value specifying the shape of joints between connected segments of a stroked path.
- MiterLimit
Gets or sets the miter limit of this pen.
- Opacity
(PDF 1.4) Gets or sets the opacity value in percent to be used for stroking operations.
- Pattern
Gets or sets the pattern to be used for stroking.
- Width
Gets or sets the width of this pen.