Width of this pen.

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

Syntax

C#
public double Width { get; set; }
Visual Basic
Public Property Width As Double
	Get
	Set

Remarks

Setting the pen width to zero (0) a hairline is drawn.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Thrown when trying to assign a negative or invalid number (e.g. NaN or Infinity).

See Also