In This Topic
            
            Sets a value that indicates whether the font is strikeout.
            
            
Syntax
      
      
      
      
      var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_Strikeout(value);
 
    
      
      function set_Strikeout(
    : boolean
) : any;
 
    
       
      Parameters
- value
- True - font is strikeout; False - font is not strikeout.
 
Exceptions
| Exception | Description | 
|---|
|  | Thrown if argument has wrong type. | 
Browser Compatibility
See Also