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