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

Namespace: TallComponents.PDF.Layout.Pens
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
[SerializableAttribute]
public class Pen : Object, ICloneable
Visual Basic
<SerializableAttribute> _
Public Class Pen _
	Inherits Object _
	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.Layout..::..Object
    TallComponents.PDF.Layout.Pens..::..Pen

See Also