Gutter property (IEpnEnhancedOptions)

Visual Basic example

Visual C++ example

 

Syntax

long Gutter;

Overview

Refer to Using the OEM Version of ePrint.

Remarks

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

Value

Meaning

GUTTER_NONE

[0x00000000] Do not use gutters. This is the default value.

GUTTER_LEFT

[0x00000001] Use left gutter.

GUTTER_RIGHT

[0x00000002] Use right gutter.

GUTTER_TOP

[0x00000004] Use top gutter.

GUTTER_BOTTOM

[0x00000008] Use bottom gutter.

These values are valid for all page layouts except booklet (The value of the Layout property is set to BOOKLET_LAYOUT).

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

Topics:

ePrint: Enhanced Printing