Bold Property (ITextFont)
In This Topic
Gets or sets a value indicating whether the font is bold.
Syntax
'Declaration
Property Bold As Boolean
'Usage
Dim instance As ITextFont
Dim value As Boolean
instance.Bold = value
value = instance.Bold
Property Value
true
if the font is bold; otherwise,
false
.
See Also