C#
VB
Java
Objective-C
WinRT C#
C++
Flags for the ScrambleCommand.Flags property.
[FlagsAttribute()]public enum ScrambleCommandFlags
<FlagsAttribute()>Public Enum ScrambleCommandFlags
[FlagsAttribute()]public enum ScrambleCommandFlags
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
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | Default. |
| 0x00000001 | Encrypt | Encrypts the area (the reverse of a decrypt). |
| 0x00000002 | Decrypt | Decrypts the area (the reverse of an encrypt). |
| 0x00000004 | Intersect | Restricts the encrypt/decrypt to the intersection of the area and the 'image' dimensions. |
| 0x00000008 | Reserved3 | Reserved. |
| 0x00000010 | Reserved4 | Reserved. |
| 0x00000020 | Reserved5 | Reserved. |
| 0x00000040 | Reserved6 | Reserved. |
| 0x00000080 | Reserved7 | Reserved. |
| 0x00000100 | Reserved8 | Reserved. |
| 0x00000200 | Reserved9 | Reserved. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
