PrintQuality property (IEpnDeviceSettings)

Visual Basic example

Visual C++ example

 

Syntax

short PrintQuality;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets the print quality or the X resolution to be used for printing. Possible values are:

Value

Meaning

The print quality predefined values:

DMRES_DRAFT

[-1] Use draft resolution (96 DPI).

DMRES_LOW

[-2] Use low resolution (150 DPI).

DMRES_MEDIUM

[-3] Use medium resolution (300 DPI).

DMRES_HIGH

[-4] Use high resolution (600 DPI).

The X resolution in DPI positive possible values:

From 50 to 1600.

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

This property is updated with the currently used setting when the GetPrinterBatchPrintersList method is called.

To update the device initialization and environment of a batch printer found in the batch printers list, set this property and the other IEpnDeviceSettings properties accessed by the InitDevmode property and call the SetPrinterBatchPrintersList method.

See Also

Elements:

Orientation property, PaperSize property, PaperLength property, PaperWidth property, YResolution property, Flags property, GetPrinterBatchPrintersList method, SetPrinterBatchPrintersList method InitDevmode property (IEpnBatchPrinterInfo)

Topics:

ePrint: Device Initialization and Printer Environment