PrintQuality Property

Summary

Gets or sets the printing quality value or the X-resolution to be used for printing.

Syntax
C#
VB
C++
public int PrintQuality { get; set; } 
  
Public Property PrintQuality As Integer 
public: 
property int PrintQuality { 
   int get(); 
   void set (    int ); 
} 

Property Value

The printing quality or the X-resolution value.

Remarks

Possible values for X-resolution range from 50 to 1600. Possible print quality values are:

  • [-1] Use draft resolution (96 DPI).
  • [-2] Use low resolution (150 DPI).
  • [-3] Use medium resolution (300 DPI).
  • [-4] Use high resolution (600 DPI).

Example

Refer to Specifications example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly