Gets or sets a value indicating whether an italic version of
this
PdfFont is synthesized when needed.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool SynthesizedItalic { get; set; }
VB
Public Property SynthesizedItalic As Boolean
Get
Set
Property Value
Type:
Booleantrue if an italic version of this
PdfFont
is synthesized when needed; otherwise,
false.
See Also