Leadtools.Printer Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PrintQuality Property
See Also 
Leadtools.Printer Namespace > PrinterSpecifications Class : PrintQuality Property



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

Syntax

Visual Basic (Declaration) 
Public Property PrintQuality As Integer
Visual Basic (Usage)Copy Code
Dim instance As PrinterSpecifications
Dim value As Integer
 
instance.PrintQuality = value
 
value = instance.PrintQuality
C# 
public int PrintQuality {get; set;}
C++/CLI 
public:
property int PrintQuality {
   int get();
   void set (int value);
}

Return Value

The printing quality or the X-resolution value.

Example

Refer to Printer.Specifications example.

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).

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Printer requires a Printer module license and unlock key. It is included as part of LEADTOOLS Document Imaging Enterprise. For more information, refer to: Imaging Pro/Document/Medical Features