See Also: PrinterResolution Members
This class is used by the PrinterSettings.PrinterResolutions and PageSettings.PrinterResolution properties to get the printer resolutions that are available on the printer and to set the printing resolution for a page, respectively.
Use the PrinterResolution.Kind property to determine whether the printer resolution type is the System.Drawing.Printing.PrinterResolutionKind value PrinterResolutionKind.Custom. If so, use the PrinterResolution.X and PrinterResolution.Y properties to determine the printer resolution in the horizontal and vertical directions, respectively.
For more information on printing, see the System.Drawing.Printing namespace overview.