PrintingMethod property (IEpnEnhancedOptions)

Visual Basic example

Visual C++ example

 

Syntax

PrintingMethodConstants PrintingMethod;

Overview

Refer to Using the OEM Version of ePrint.

Remarks

Gets or sets the duplex printing method to be used when printing using the enhanced printing options. Possible values are:

Value

Meaning

DUPLEX_OFF

No duplex printing. This is the default value.

AUTO_DEFAULT

Use the auto duplex printing option, if it is supported in the selected printer.

AUTO_LONG_EDGE

Use an auto duplex printing option that flips the paper along the longer side of the sheet.

AUTO_SHORT_EDGE

Use an auto duplex printing option that flips the paper along the shorter side of the sheet.

MANUAL_PAGE_UP

Use a manual duplex printing option where you must reinsert the paper with the printed side face up.

MANUAL_PAGE_DOWN

Use a manual duplex printing option where you must reinsert the paper with the printed side face down.

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, Ordering property, Borders 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