YResolution property (IEpnPrinterSpecifications)

Visual Basic example

Visual C++ example

 

Syntax

long Yresolution;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets the Y-resolution to be used for printing. If the value of the PrintQuality property is one of the print quality predefined values, the value of this property will be ignored. Otherwise, the value should be the same as the value of the PrintQuality property.

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, PrintQuality property, GetPrinterSpecifications method, SetPrinterSpecifications method

Topics:

ePrint: Getting and Setting Printer Specifications