A pen defines the characteristics of a line such as color and pattern (solid, dashed, etc.).

Namespace: TallComponents.PDF.Pens
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class Pen : ICloneable
Visual Basic
Public Class Pen _
	Implements ICloneable

Remarks

Lines, curves and borders are drawn using a pen. A pen defines how line ends are connected (JoinStyle) and how open ends are drawn (CapStyle).

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Pens..::..Pen

See Also