Repeat property (IEpnEnhancedOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL Repeat;

Overview

Refer to Using the OEM Version of ePrint.

Remarks

Indicates whether to repeat pages on the sheet when the page layout is not single (the Layout property is set to a value other than SINGLE_LAYOUT). Possible values are:

Value

Meaning

VARIANT_TRUE

Repeat pages.

VARIANT_FALSE

Do not repeat. This is the default value.

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

This property used when printing using the enhanced printing options.

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, BestFit property, RightToLeft property, GutterWidth property, GetDefaultEnhancedOptions method, GetPrinterBatchPrintersList method, SetPrinterBatchPrintersList method

Topics:

ePrint: Enhanced Printing