Represents IPTC Scanning Directions.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearIPTCScanningDirection 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearIPTCScanningDirection : System.Enum 
             
        
            
            __value public enum ImGearIPTCScanningDirection : public System.Enum 
             
        
            
            public enum class ImGearIPTCScanningDirection : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
|---|
| BottomToTop_LeftToRight | Bottom To Top, Left To Right. | 
| BottomToTop_RightToLeft | Bottom To Top, Right To Left. | 
| LeftToRight_BottomToTop | Left To Right, Bottom To Top. | 
| LeftToRight_TopToBottom | Left To Right, Top To Bottom. | 
| RightToLeft_BottomToTop | Right To Left, Bottom To Top. | 
| RightToLeft_TopToBottom | Right To Left, Top To Bottom. | 
| TopToBottom_LeftToRight | Top To Bottom, Left To Right. | 
| TopToBottom_RightToLeft | Top To Bottom, Right To Left. | 
Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.IPTC.ImGearIPTCScanningDirection
See Also