Table of Contents

Property Bold

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

Bold

Gets a value indicating whether this PdfFont is bold.

public bool Bold { get; }

Property Value

bool

true if this PdfFont is bold; otherwise, false.

Remarks

The Unembed fonts section contains an example of using this property.