DimensionsInInches property (IEpnPrinterSpecifications)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL DimensionsInInches;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether the values of the PaperWidth and PaperHeight properties are measured in inches or in millimeters units. Possible values are:

Value

Meaning

VARIANT_TRUE

Dimensions in inches.

VARIANT_FALSE

Dimensions in millimeters. This is the default value.

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

Topics:

ePrint: Getting and Setting Printer Specifications