←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly