Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes.TextShapeModel
TextShapeModel.Bold Property
If set, the text appears bold. Note that the boldness is simulated by using a thicker stroke.
It is preferable to use a bold font if possible. E.g. use arialbd.ttf for bold Arial and arial.ttf for
regular Arial. This property is ignored if applied to a Bold font.
csharp
public bool Bold { get; set; }