| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28 	
                       		
			       | 
             
| Leadtools.ImageProcessing Namespace : ScrambleCommandFlags Enumeration | 
[FlagsAttribute()] public enum ScrambleCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
 
<FlagsAttribute()> Public Enum ScrambleCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
 
Dim instance As ScrambleCommandFlags
[FlagsAttribute()] public enum ScrambleCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTScrambleCommandFlags)
public enum ScrambleCommandFlags
Leadtools.ImageProcessing.ScrambleCommandFlags = function() { };
Leadtools.ImageProcessing.ScrambleCommandFlags.prototype = {<br/>
  None = 0x00000000,
	Encrypt = 0x00000001,
	Decrypt = 0x00000002,
	Intersect = 0x00000004,
	Reserved3 = 0x00000008,
	Reserved4 = 0x00000010,
	Reserved5 = 0x00000020,
	Reserved6 = 0x00000040,
	Reserved7 = 0x00000080,
	Reserved8 = 0x00000100,
	Reserved9 = 0x00000200,
	
 };
            [FlagsAttribute()] public enum class ScrambleCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.ScrambleCommandFlags