PDFView4NET WPF Edition
StripAfterObfuscation Property




O2S.Components.PDFView4NET Namespace > ObfuscationAttribute Class : StripAfterObfuscation Property
Syntax
'Declaration
 
Public Property StripAfterObfuscation As Boolean
'Usage
 
Dim instance As ObfuscationAttribute
Dim value As Boolean
 
instance.StripAfterObfuscation = value
 
value = instance.StripAfterObfuscation
public bool StripAfterObfuscation {get; set;}
public: __property bool get_StripAfterObfuscation();
public: __property void set_StripAfterObfuscation( 
   bool value
);
public:
property bool StripAfterObfuscation {
   bool get();
   void set (    bool value);
}
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

ObfuscationAttribute Class
ObfuscationAttribute Members