LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Strikethrough Property






Indicates whether or not the text font should use strikethrough style. .NET support
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;}
 get_Strikethrough();
set_Strikethrough(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTxtLoadOptions Class
CodecsTxtLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.