Specifies JPEG2K code block styles.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearJPEG2KCodeBlockStyles 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearJPEG2KCodeBlockStyles : System.Enum 
             
        
            
            __value public enum ImGearJPEG2KCodeBlockStyles : public System.Enum 
             
        
            
            public enum class ImGearJPEG2KCodeBlockStyles : public System.Enum 
             
        
             
         
            
            Members
| Member | Value | Description | 
| ALL_OFF | 0 | No code block styles. | 
| BYPASS | 1 | Selective MQ coder bypass. | 
| CAUSAL | 8 | Stripe-causal context formation. | 
| ERTERM | 16 | Predictable tremination. | 
| RESET | 2 | Reset context states. | 
| RESTART | 4 | Terminate and restart MQ coder. | 
| SEGMARK | 32 | Segmentation marker. | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.JPEG2K.ImGearJPEG2KCodeBlockStyles
 
            
            
            See Also