Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes.TextShapeModel

TextShapeModel.Italic Property

If set, the text appears italic. Note that the italicization is simulated by skewing the text slightly.
It is preferable to use an italic font if possible. E.g. use ariali.ttf for italic Arial and arial.ttf for
regular Arial. This property is ignored if applied to an Italic font.

csharp
public bool Italic { get; set; }

Property Value

System.Boolean