Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
ScrambleCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing Namespace : ScrambleCommandFlags Enumeration




Flags for the ScrambleCommand.Flags property.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ScrambleCommandFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ScrambleCommandFlags
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 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.ScrambleCommandFlags

Requirements

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

See Also