PrintQuality property (IEpnPrinterSpecifications)

Visual Basic example

Visual C++ example

 

Syntax

long PrintQuality;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets the print quality or 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.

The default value is 50.

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

This property is use to configure the printing specification.

This property is updated with the currently used value by calling the GetPrinterSpecifications method.

To set the value of this property, assign a new value to it and call the SetPrinterSpecifications method.

See Also

Elements:

PaperID property, PaperSizeName property, PaperWidth property, PaperHeight property, DimensionsInInches property, PortraitOrient property, MarginsPrinter property, YResolution property, GetPrinterSpecifications method, SetPrinterSpecifications method

Topics:

ePrint: Getting and Setting Printer Specifications