GutterUnit property (IEpnEnhancedOptions)

Visual Basic example

Visual C++ example

 

Syntax

GutterDimensionUnitsConstants GutterUnit;

Overview

Refer to Using the OEM Version of ePrint.

Remarks

Gets or sets the unit of the gutter dimensions to be used when printing using the enhanced printing options. Possible values are:

Value

Meaning

GUTTER_DIMENSIONS_UNITS_INCHE

Gutter is measured in 0.01 of inch. This is the default value.

GUTTER_DIMENSIONS_UNITS_MM

Gutter is measured in 0.01 of millimeter.

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, 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