System.Drawing.Printing.PrinterResolution.X Property

Gets the horizontal printer resolution, in dots per inch.

Syntax

public int X { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

dmPrintQuality is a member of the DEVMODE (device mode) structure, which defines constants that map to printer quality settings. The PrinterResolution.X property contains the value DMRES_HIGH if PrinterResolution.Kind is set to PrinterResolutionKind.High, DMRES_MEDIUM if PrinterResolution.Kind is set to PrinterResolutionKind.Medium, DMRES_LOW if PrinterResolution.Kind is set to PrinterResolutionKind.Low, and DMRES_DRAFT if PrinterResolution.Kind is set to PrinterResolutionKind.Draft.

For more information about the DEVMODE structure, see the MSDN Library at tp://msdn.microsoft.com/library.

Requirements

Namespace: System.Drawing.Printing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0