Size of font in points.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

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

Remarks

The default font is Helvetica at 12pt.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThrown when trying to assign an invalid number (NaN or Infinity).

See Also