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

Show in webframe

Underline Property








Indicates whether the text font should be underlined.
Syntax
public bool Underline {get; set;}
'Declaration
 
Public Property Underline As Boolean
'Usage
 
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
 
instance.Underline = value
 
value = instance.Underline
public bool Underline {get; set;}
public boolean isUnderline() 
public void setUnderline(boolean underline)
            
 <br/>get_Underline();<br/>set_Underline(value);<br/>Object.defineProperty('Underline'); 
public:
property bool Underline {
   bool get();
   void set (    bool value);
}

Property Value

true to use underlined 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