Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes.MultilineTextShapeModel
MultilineTextShapeModel.MeasuredHeight Property
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.
csharp
public double MeasuredHeight { get; set; }