Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes.MultilineTextShapeModel
MultilineTextShapeModel.MeasuredWidth Property
The measured width is the space that will be used when drawing this shape on the page.
This width 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 MeasuredWidth { get; set; }