Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes.FragmentModel

FragmentModel.Bold Property

Get or set if the text appears bold.

csharp
public bool Bold { get; set; }

Property Value

System.Boolean

Remarks

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.
<seealso cref="P:TallComponents.UnoPdf.Client.Models.Pdf.Shapes.FragmentModel.Italic"/>