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 | Value | Description |
BottomToTop_LeftToRight | 5 | Bottom To Top, Left To Right. |
BottomToTop_RightToLeft | 7 | Bottom To Top, Right To Left. |
LeftToRight_BottomToTop | 2 | Left To Right, Bottom To Top. |
LeftToRight_TopToBottom | 0 | Left To Right, Top To Bottom. |
RightToLeft_BottomToTop | 3 | Right To Left, Bottom To Top. |
RightToLeft_TopToBottom | 1 | Right To Left, Top To Bottom. |
TopToBottom_LeftToRight | 4 | Top To Bottom, Left To Right. |
TopToBottom_RightToLeft | 6 | Top To Bottom, Right To Left. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.IPTC.ImGearIPTCScanningDirection
See Also