Visual Basic (Declaration) | |
---|---|
Public Property PrintQuality As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int PrintQuality {get; set;} |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family