PDFView4NET WPF Edition
Strikethrough Property




O2S.Components.PDFView4NET.Graphics.Fonts Namespace > PDFFontBase Class : Strikethrough Property
Gets or sets whether the font object is strikethrough or not.
Syntax
'Declaration
 
Public Property Strikethrough As Boolean
'Usage
 
Dim instance As PDFFontBase
Dim value As Boolean
 
instance.Strikethrough = value
 
value = instance.Strikethrough
public bool Strikethrough {get; set;}
public: __property bool get_Strikethrough();
public: __property void set_Strikethrough( 
   bool value
);
public:
property bool Strikethrough {
   bool get();
   void set (    bool value);
}

Property Value

This property returns true if this font object is strikethrough; otherwise, false.
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

PDFFontBase Class
PDFFontBase Members