The measured height is the space that will be used when drawing this shape on the page. This height is calculated with the fragments available in the fragments collection, it respects the Width property and font-sizes used in the fragments.

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

Syntax

C#
public double MeasuredHeight { get; }
Visual Basic
Public ReadOnly Property MeasuredHeight As Double
	Get

See Also