| Description: |
Helps the Application determine any special actions it may need to take when negotiating frames with the Source.
TWFA_NONE: The alignment is free-floating. Applications should assume that the origin for frames is on the left.
TWFA_LEFT: The alignment is to the left.
TWFA_CENTER: The alignment is centered. This means that the paper will be fed in the middle of the ICAP_PHYSICALWIDTH of the device. If this is set, then the Application should calculate any frames with a left offset of zero.
TWFA_RIGHT: The alignment is to the right.
|
| Remarks: |
The Application can use this to determine if it must center the framing information sent to the Source. With some Sources it might be possible for the Application to select whether the paper is center fed or not.
|
| Data type: |
Integer
|
| Default value: |
No default
|
| Allowed values: |
TWFA_NONE(0), TWFA_LEFT(1), TWFA_CENTER(2), TWFA_RIGHT(3)
|
| CapType for GET: |
TW_ONEVALUE
|
| CapType for SET: |
TW_ONEVALUE, if supported
|
| See also: |
None
|
|