Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ScrambleCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum ScrambleCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum ScrambleCommandFlags : public 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family