This enumeration determines which special actions application may need to take when negotiating
frames with the Source.
Syntax
Members
Member | Value | Description |
CENTER | 2 | The alignment is centered. This means that the paper will be fed in the middle of the ICAP_PHYSICALWIDTH of the device. |
LEFT | 1 | The alignment is to the left. |
NONE | 0 | The alignment is free-floating. |
RIGHT | 3 | The alignment is to the right. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.TWAIN.ImGearFeederAlignment
See Also