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

Show in webframe

Strikethrough Property








Indicates whether the text font should use strikethrough style.
Syntax
public bool Strikethrough {get; set;}
'Declaration
 
Public Property Strikethrough As Boolean
'Usage
 
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
 
instance.Strikethrough = value
 
value = instance.Strikethrough
public bool Strikethrough {get; set;}
public boolean isStrikethrough()
public void setStrikethrough(boolean strikethrough)
            
 <br/>get_Strikethrough();<br/>set_Strikethrough(value);<br/>Object.defineProperty('Strikethrough'); 
public:
property bool Strikethrough {
   bool get();
   void set (    bool value);
}

Property Value

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