.NET Windows Forms in a Nutshell
This enumeration is used to specify the print quality of a particular resolution for the PrinterResolution.Kind property. public enum PrinterResolutionKind { Custom = 0 , High = -4 , Medium = -3 , Low = -2 , Draft = -1 } Hierarchy
System.Object Returned By
PrinterResolution.Kind |