Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes.MultilineTextShapeModel
MultilineTextShapeModel.Height Property
Height of this MultilineTextShape, when the contents should be auto-sized. The content will be auto-sized when the following constraints are true: 1) Only one fragment is present; 2) The font-size in that fragment is specified as zero (0).
csharp
public double Height { get; set; }
Property Value
Remarks
If this MultilineTextShape isn't auto-sized, this height property isn't used at all.