RightToLeft property (IEpnEnhancedOptions)

Visual Basic example

Visual C++ example

 

Syntax

long RightToLeft;

Overview

Refer to Using the OEM Version of ePrint.

Remarks

Indicates whether to arrange the pages on the printed sheet from the right to the left or from the left to the right, when printing using the enhanced printing options. Possible values are:

 

Value

Meaning

VARIANT_TRUE

Arrange the pages from the right to the left.

VARIANT_FALSE

Arrange the pages from the left to the right. This is the default value.

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, PrintingMethod property, GutterUnit property, Gutter property, EnhancedOptions property, GutterInside property, MarginOffset property, Repeat property, BestFit property, GutterWidth property, GetDefaultEnhancedOptions method, GetPrinterBatchPrintersList method, SetPrinterBatchPrintersList method

Topics:

ePrint: Enhanced Printing