PDFView4NET WPF Edition
Exclude Property




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