←Select platform

ScrambleCommandFlags Enumeration

Summary
Flags for the ScrambleCommand.Flags property.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum ScrambleCommandFlags 
typedef NS_OPTIONS(NSUInteger, LTScrambleCommandFlags) 
public enum ScrambleCommandFlags 
[FlagsAttribute()] 
public enum class ScrambleCommandFlags   
class ScrambleCommandFlags(Enum): 
   None = 0 
   Encrypt = 1 
   Decrypt = 2 
   Intersect = 4 
   Reserved3 = 8 
   Reserved4 = 16 
   Reserved5 = 32 
   Reserved6 = 64 
   Reserved7 = 128 
   Reserved8 = 256 
   Reserved9 = 512 
Members
ValueMemberDescription
0x00000000None Default.
0x00000001Encrypt Encrypts the area (the reverse of a decrypt).
0x00000002Decrypt Decrypts the area (the reverse of an encrypt).
0x00000004Intersect Restricts the encrypt/decrypt to the intersection of the area and the 'image' dimensions.
0x00000008Reserved3 Reserved.
0x00000010Reserved4 Reserved.
0x00000020Reserved5 Reserved.
0x00000040Reserved6 Reserved.
0x00000080Reserved7 Reserved.
0x00000100Reserved8 Reserved.
0x00000200Reserved9 Reserved.
Requirements

Target Platforms

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.