public method StyleBuilder.SetFontBold

Brief

Sets the bold font style.

Declaration
C#
Gehtsoft.PDFFlow.Builder.StyleBuilder  SetFontBold (bool bold = True)

Parameters
bold

The value True defines the bold font style.

Declared in StyleBuilder

back