LEADTOOLS (Leadtools assembly)

ScrambleCommandFlags Enumeration

Show in webframe







Flags for the ScrambleCommand.Flags property.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ScrambleCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ScrambleCommandFlags
[FlagsAttribute()]
public enum ScrambleCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.ScrambleCommandFlags = function() { };
Leadtools.ImageProcessing.ScrambleCommandFlags.prototype = {
None = 0, Encrypt = 1, Decrypt = 2, Intersect = 4, Reserved3 = 8, Reserved4 = 16, Reserved5 = 32, Reserved6 = 64, Reserved7 = 128, Reserved8 = 256, Reserved9 = 512, };
[FlagsAttribute()]
public enum class ScrambleCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0NoneDefault.
1EncryptEncrypts the area (the reverse of a decrypt).
2DecryptDecrypts the area (the reverse of an encrypt).
4IntersectRestricts the encrypt/decrypt to the intersection of the area and the 'image' dimensions.
8Reserved3Reserved.
16Reserved4Reserved.
32Reserved5Reserved.
64Reserved6Reserved.
128Reserved7Reserved.
256Reserved8Reserved.
512Reserved9Reserved.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.