ComponentOne VSView 8.0
PrintQuality Property

Returns or sets the print quality.

Syntax

[form!]VSPrinter.PrintQuality[ = PrintQualitySettings ]

Remarks

Valid settings for the PrintQuality property are described below:

 

Constant

Value

Description

pqDraft

-1

Lowest possible resolution.

pqLow

-2

Low resolution.

pqMedium

-3

Medium resolution.

pqHigh

-4

Highest possible resolution.

Other

> 0

Specifies the desired resolution, in dots per inch.

 

The default value for this property depends on the printer driver and the current printer settings.

This property relies on the printer driver, and may or may not be available on a particular printer. After setting this property, read it back to make sure the driver made the change, or check the Error property. If it is set to vperDeviceIncapable (7), then the printer does not support the selected setting and you should take appropriate action.

Data Type

PrintQualitySettings (Enumeration)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback