Changing the page delivery (facing) is necessary when you use the output as inserts in a printer that requires a specific order in the insert tray. Sheet order specifies if the first or last sheet must be printed first. For example, this is needed when the output is deposited face up.
Syntax
//DigitalPrintingParams/@PageDelivery
Type
Enumeration
Supported range
@PageDelivery |
Description |
---|---|
SameOrderFaceUp |
Default. Order defined by the RunList with the front sides of the media up and the first sheet on top. |
SameOrderFaceDown |
Order defined by the RunList with the front sides of the media down and the first sheet on the bottom. |
ReverseOrderFaceUp |
Sheet order reversed with the front sides of the media up and the first sheet on the bottom. |
ReverseOrderFaceDown |
Sheet order reversed with the front sides of the media down and the first sheet on top. |