| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum ScrambleCommandFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum ScrambleCommandFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class ScrambleCommandFlags : public Enum  | |
| Member | Description | 
|---|---|
| None | Default. | 
| Encrypt | Encrypts the area (the reverse of a decrypt). | 
| Decrypt | Decrypts the area (the reverse of an encrypt). | 
| Intersect | Restricts the encrypt/decrypt to the intersection of the area and the 'image' dimensions. | 
| Reserved3 | Reserved. | 
| Reserved4 | Reserved. | 
| Reserved5 | Reserved. | 
| Reserved6 | Reserved. | 
| Reserved7 | Reserved. | 
| Reserved8 | Reserved. | 
| Reserved9 | Reserved. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.ScrambleCommandFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family