Layout property (IEpnEnhancedOptions)

Visual Basic example

Visual C++ example

 

Syntax

LayoutsConstants Layout;

Overview

Refer to Using the OEM Version of ePrint.

Remarks

Gets or sets the layout of pages to be used when printing using the enhanced printing options. Possible values are:

Setting

Description

BOOKLET_LAYOUT

Use booklet layout. Two pages will be printed on the same sheet as a book. This is the default value.

SINGLE_LAYOUT

Use single layout. One page will be printed on the sheet.

DOUBLE_LAYOUT

Use double layout. Two pages will be printed on the same sheet.

X4_LAYOUT

Use X4 layout. Four pages will be printed on the same sheet.

X8_LAYOUT

Use X8 layout. Eight pages will be printed on the same sheet.

X16_LAYOUT

Use X16 layout. Sixteen pages will be printed on the same sheet.

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