PdfFontInfo.Bold Property

Gets a value indicating whether the font is bold.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Bold { get; }
VB
Public ReadOnly Property Bold As Boolean
	Get

Property Value

Type: Boolean
true if the font is bold; otherwise, false.

See Also