Image Viewer CP ActiveX Control

PrintSetQuality

 

Set the print quality programatically when you called PrintImage2Printer.
 

ImageViewer1.PrintSetQuality[=Integer]


Parameter
Integer
0  - DMRES_HIGH
1 - DMRES_MEDIUM
2 - DMRES_LOW
3 - DMRES_DRAFT
 


Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
ImageViewer1.FileName = "c:\1.tif"
ImageViewer1.PrintOutline = True
ImageViewer1.PrintSetPaperSize=1
ImageViewer1.PrintSetColor=0
ImageViewer1.PrintSetCopies=1
ImageViewer1.PrintSetPaperSource=1
ImageViewer1.PrintSetQuality=0
ImageViewer1.PrintImage2Pinter(""HP LaserJet 4L")