The PrintQuality Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the printing quality value or the X-resolution to be used for printing.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;} |
Property Value
The printing quality or the X-resolution value.Refer to Printer.Specifications example.
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).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7