←Select platform

Strikeout Property

Summary

Indicates whether the annotation text has a strikeout or not.

Syntax
C#
VB
C++
Java
public bool Strikeout { get; set; } 
Public Property Strikeout As Boolean 
public boolean getStrikeout() 
public void setStrikeout(boolean strikeout) 
public: 
property bool Strikeout { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true the annotation text has a strikeout; otherwise, it is false. The default value is false.

Example

For an example, refer to PDFTextAnnotation.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly