The maximum font size the auto-sized text will be (default = 100).

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

Syntax

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

Remarks

If this MultilineTextShape isn't auto-sized, this property isn't used at all.

See Also