ITextCharacterFormat.Bold Property

Definition

Gets or sets whether the characters are bold.

public:
 property FormatEffect Bold { FormatEffect get(); void set(FormatEffect value); };
FormatEffect Bold();

void Bold(FormatEffect value);
public FormatEffect Bold { get; set; }
var formatEffect = iTextCharacterFormat.bold;
iTextCharacterFormat.bold = formatEffect;
Public Property Bold As FormatEffect

Property Value

The bold state.

Applies to