PrinterResolutionKind | serializable |
System.Drawing.Printing (system.drawing.dll) | enum |
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 System.ValueType
System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
PrinterResolutionKind
Returned By
PrinterResolution.Kind
|