ImageGear .NET - Updated
ImGearFeederAlignment Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearFeederAlignment Enumeration
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
MemberDescription
CENTERThe alignment is centered. This means that the paper will be fed in the middle of the ICAP_PHYSICALWIDTH of the device.
LEFTThe alignment is to the left.
NONEThe alignment is free-floating.
RIGHTThe alignment is to the right.
Remarks
ImGearCapabilities.CAP_FEEDERALIGNMENT capability values.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.TWAIN Namespace