PrintQuality Property


Top  Previous  Next


Returns or sets a value indicating the print quality of the document.


Syntax

object.PrintQuality [=value]

Where object evaluates to a Smart Print Control.


The settings for value are:


ConstantValue   Description  


spQualityDraft1   Specifies draft print quality.  
spQualityLow2   Specifies low print quality.  
spQualityMedium3   (Default). Specifies medium print quality.  
spQualityHigh4   Specifies high print quality.  


Remarks
The effect of this property depends on the driver supplied by the printer manufacturer. Some property settings may have no effect, or several different property settings may all have the same effect. Settings outside the accepted range may or may not produce an error. For more information, see the manufacturer's documentation for the specific driver.