ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCScanningDirection Enumeration




In This Topic
    ImGearIPTCScanningDirection Enumeration
    In This Topic
    Represents IPTC Scanning Directions.
    Syntax
    'Declaration
     
    Public Enum ImGearIPTCScanningDirection 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearIPTCScanningDirection
    public enum ImGearIPTCScanningDirection : System.Enum 
    __value public enum ImGearIPTCScanningDirection : public System.Enum 
    public enum class ImGearIPTCScanningDirection : public System.Enum 
    Members
    MemberValueDescription
    BottomToTop_LeftToRight5Bottom To Top, Left To Right.
    BottomToTop_RightToLeft7Bottom To Top, Right To Left.
    LeftToRight_BottomToTop2Left To Right, Bottom To Top.
    LeftToRight_TopToBottom0Left To Right, Top To Bottom.
    RightToLeft_BottomToTop3Right To Left, Bottom To Top.
    RightToLeft_TopToBottom1Right To Left, Top To Bottom.
    TopToBottom_LeftToRight4Top To Bottom, Left To Right.
    TopToBottom_RightToLeft6Top To Bottom, Right To Left.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.IPTC.ImGearIPTCScanningDirection

    See Also