Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Pens
PenModel Class
A pen defines the characteristics of a line such as
color and pattern (solid, dashed, etc.).
csharp
public class PenModel
Inheritance System.Object 🡒 PenModel
Remarks
Lines, curves and borders are drawn using a pen. A pen defines how line ends are
connected and how open ends are drawn.
Properties | |
---|---|
CapStyle | How caps (end-points) are drawn. |
Color | Color of this pen. |
JoinStyle | How joints are drawn. |
MiterLimit | The Miter Limit imposes a maximum on the ratio of the miter length to the line width. When the limit is exceeded, the join is converted from a miter to a bevel. (default = 10.0) |
Pattern | Pattern of this pen. |
Width | Width of this pen. |