Borders property (IEpnEnhancedOptions)

Visual Basic example

Visual C++ example

 

Syntax

BordersConstants Borders;

Overview

Refer to Using the OEM Version of ePrint.

Remarks

Gets or sets the method of drawing borders around the pages when printing using the enhanced printing options. Possible values are:

Value

Meaning

BORDERS_AUTO

Borders will be drawn according to the value of Ordering property. If the value of Ordering property is ORDERING_VERTICAL, a frame will be drawn around each column of pages in the sheet of paper, and the pages will be ordered from top to bottom. This is the default value.

BORDERS_ON

Borders will be drawn around each page in the following order:

1     2

3     4

Where the layout is set to X4_LAYOUT.

BORDERS_OFF

Border drawing is disabled.

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