![]() |
PMPrinterGetPrinterResolution |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Obtains the resolution setting for the specified printer according to the tag parameter.
OSStatus PMPrinterGetPrinterResolution ( PMPrinter printer, PMTag tag, PMResolution *res );
A PMPrinter object.
Specifies the kind of resolution information required.
On return, the printer resolution setting.
A result code. A result code. See
The following resolution tag constants are recognized:
The minimum resolution supported by the printer.
The maximum resolution supported by the printer.
The minimum resolution setting for which the horizontal and vertical resolutions are equal.
The maximum resolution setting for which the horizontal and vertical resolutions are equal.
The default resolution setting for the printer (typically 72 dpi).
Valid within the context of a printing session.
Supported in Carbon. Available in Carbon 1.1 and later when CarbonLib 1.1 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)