Ordering property (IEpnEnhancedOptions)

Visual Basic example

Visual C++ example

 

Syntax

long Ordering;

Overview

Refer to Using the OEM Version of ePrint.

Remarks

Gets or sets the ordering of pages on the printed sheet to be used when printing using the enhanced printing options. Use this property only if the page layout is not single (The Layout property value is set to a value other than SINGLE_LAYOUT). Possible values are:

Value

Meaning

ORDERING_HORIZONTAL

[0x00000001] Draw the pages across then draw them down.

ORDERING_VERTICAL

[0x00000002] Draw the pages down then draw them across.

ORDERING_PDFLAYOUT

[0x00000004] This option will cause the drawing of pages per sheet to start at the lower left corner instead of the upper left. This will be clear when layout is set to 4 X or 8 X.

The default value is 0.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

The following methods update this property:

GetDefaultEnhancedOptions method

GetPrinterBatchPrintersList method

To update the enhanced printing options of a batch printer found in the batch printers list, set this property and the other IEpnEnhancedOptions properties accessed by the EnhancedOptions property (IEpnBatchPrinterInfo) and call the SetPrinterBatchPrintersList method.

See Also

Elements:

VerticalAlign property, HorizontalAlign property, Layout property, Margin property, Borders property, PrintingMethod property, GutterUnit property, Gutter property, EnhancedOptions property, GutterInside property, MarginOffset property, Repeat property, BestFit property, RightToLeft property, GutterWidth property, GetDefaultEnhancedOptions method, GetPrinterBatchPrintersList method, SetPrinterBatchPrintersList method

Topics:

ePrint: Enhanced Printing