←Select platform

Bold Property

Summary
Indicates whether the text font should be bold.
Syntax
C#
VB
C++
Java
public bool Bold { get; set; } 
Public Property Bold As Boolean 
public boolean isBold() 
public void setBold(boolean bold) 
public: 
property bool Bold { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use bold font for the text, false to use normal font.

Example

For an example, refer to CodecsTxtOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.