Gets or sets a value indicating whether a bold 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 SynthesizedBold { get; set; }
VB
Public Property SynthesizedBold As Boolean
Get
Set
Property Value
Type:
Booleantrue if a bold version of this
PdfFont
is synthesized when needed; otherwise,
false.
See Also