Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Bold Property








Indicates whether the text font should be bold.
Syntax
public bool Bold {get; set;}
'Declaration
 
Public Property Bold As Boolean
'Usage
 
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
 
instance.Bold = value
 
value = instance.Bold
public bool Bold {get; set;}
public boolean isBold()
public void setBold(boolean bold)
            
 <br/>get_Bold();<br/>set_Bold(value);<br/>Object.defineProperty('Bold'); 
public:
property bool Bold {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsTxtLoadOptions Class
CodecsTxtLoadOptions Members

Error processing SSI file