public method FormattedTextElementBuilder.SetBold

Brief

Sets the font style for the text element to bold.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FormattedTextElementBuilder  SetBold (bool isBold = True)

Parameters
isBold

The value True defines the bold font style,

Declared in FormattedTextElementBuilder

back