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