PaperHeight property (IEpnPrinterSpecifications)

Visual Basic example

Visual C++ example

 

Syntax

double PaperHeight;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets the height of the paper measured in inches or in millimeters. The unit of the paper width is determined by the value of the DimensionsInInches 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, DimensionsInInches property, PortraitOrient property, MarginsPrinter property, PrintQuality property, YResolution property, GetPrinterSpecifications method, SetPrinterSpecifications method

Topics:

ePrint: Getting and Setting Printer Specifications