Height of this MultilineTextShape, when the contents should be auto-sized. The content will be auto-sized when the following constaints are true: 1) Only one fragment is present; 2) The font-size in that fragment is specified as zero (0).

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

Syntax

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

Remarks

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

See Also