ITextCharacterFormat.Bold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.