←Select platform

Strikethrough Property

Summary

Indicates whether the text font should use strikethrough style.

Syntax

C#
VB
Java
C++
public bool Strikethrough {get; set;} 
Public Property Strikethrough As Boolean 
public boolean isStrikethrough() 
public void setStrikethrough(boolean strikethrough) 
             
public: 
property bool Strikethrough { 
   bool get(); 
   void set (    bool ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize