Table of Contents

Property SynthesizedItalic

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

SynthesizedItalic

Gets or sets a value indicating whether an italic version of this PdfFont is synthesized when needed.

[Obsolete("This property will be removed in the next release of the library. Use the PdfTextDrawingOptions.SynthesizeItalic and PdfStringDrawingOptions.SynthesizeItalic properties instead.")]
public bool SynthesizedItalic { get; set; }

Property Value

bool

true if an italic version of this PdfFont is synthesized when needed; otherwise, false.