| java.lang.Object | 
    
    
        
            | ↳ | com.pdftron.pdf.BarcodeOptions.BarcodeOrientation | 
    
Class Overview
A set of flags used to specify the barcode orientation(s). Can be
 bitwise OR-ed to search for multiple orientations. Orientation only
 affects the following barcode types: e_linear, e_post_net_planet,
 e_four_state, e_gs1_databar_stacked, e_pdf417, e_micro_pdf417,
 e_patch_code and e_pharma_code.
 
Summary
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | boolean | equals(Object arg0) |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  
        | final
            
            
            void | wait() |  | 
 
Constants
 
    
      
        public 
        static 
        final 
        int
      
        e_diagonal
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                4
                (0x00000004)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        e_horizontal
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        e_vertical
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      BarcodeOrientation
      ()