Table of Contents

Property SynthesizeBold

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

SynthesizeBold

Gets or sets a value indicating whether to draw bold text even if the current font is not bold.

public bool SynthesizeBold { get; set; }

Property Value

bool

If true, the drawn text will look bold even if the current font is not bold. If false, the text will look bold only if the current font is bold.

Remarks

Default value: false.

The library synthesizes bold text by drawing the same text several times. The library shifts current text position a little before each time.

Using this property can increase the produced file size. It can also negatively affect text extraction from the produced document.