EnhancedOptions property (IEpnBatchPrinterInfo)

Visual Basic example

Visual C++ example

 

Syntax

IEpnEnhancedOptions * EnhancedOptions;

Overview

Refer to Redirecting to a Printer Redirection List

Remarks

(Read only) Retrives the enhanced printing options of a batch printer found in the batch printers list. Use this property only if the value of Flags property is set to VALID_ENHANCED_OPTIONS.

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

This IEpnEnhancedOptions object contains the following properties:

BestFit property

Borders property

EnhancedOptions property

Gutter property

GutterInside property

GutterUnit property

GutterWidth property

HorizontalAlign property

Layout property

Margin property

MarginOffset property

Ordering property

PrintingMethod property

Repeat property

RightToLeft property

VerticalAlign property

The above properties are updated by calling the GetPrinterBatchPrintersList method.

The EnhancedOptions property itself is read only. However, the properties accessed by this property can be set with new a value. To set these values, call the GetPrinterBatchPrintersList method.

See Also

Elements:

PrinterName property, InitDevmode property, Flags property, GetPrinterBatchPrintersList method, SetPrinterBatchPrintersList method, BestFit property, Borders property, EnhancedOptions property, Gutter property, GutterInside property, GutterUnit property, GutterWidth property, HorizontalAlign property, Layout property, Margin property, MarginOffset property, Ordering property, PrintingMethod property, Repeat property, RightToLeft property, VerticalAlign property

Topics:

ePrint: Printer Information