LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ScrambleCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing Namespace : ScrambleCommandFlags Enumeration



Flags for the ScrambleCommand.Flags property.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ScrambleCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ScrambleCommandFlags
C# 
[FlagsAttribute()]
public enum ScrambleCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class ScrambleCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
DecryptDecrypts the area (the reverse of an encrypt).
EncryptEncrypts the area (the reverse of a decrypt).
IntersectRestricts the encrypt/decrypt to the intersection of the area and the 'image' dimensions.
NoneDefault.
Reserved3Reserved.
Reserved4Reserved.
Reserved5Reserved.
Reserved6Reserved.
Reserved7Reserved.
Reserved8Reserved.
Reserved9Reserved.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also