ImageGear .NET v24.14 - Updated September 15, 2020
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
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