ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearFeederAlignment Enumeration




In This Topic
    ImGearFeederAlignment Enumeration
    In This Topic
    This enumeration determines which special actions application may need to take when negotiating frames with the Source.
    Syntax
    'Declaration
     
    Public Enum ImGearFeederAlignment 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearFeederAlignment
    public enum ImGearFeederAlignment : System.Enum 
    __value public enum ImGearFeederAlignment : public System.Enum 
    public enum class ImGearFeederAlignment : public System.Enum 
    Members
    MemberValueDescription
    CENTER2The alignment is centered. This means that the paper will be fed in the middle of the ICAP_PHYSICALWIDTH of the device.
    LEFT1The alignment is to the left.
    NONE0The alignment is free-floating.
    RIGHT3The alignment is to the right.
    Remarks
    ImGearCapabilities.CAP_FEEDERALIGNMENT capability values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.TWAIN.ImGearFeederAlignment

    See Also