Click or drag to resize

PdfFontBase Bold Property

Gets a value indicating whether thisis bold.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Bold { get; }

Property Value

Type: Boolean
true if bold; otherwise, false .
See Also