![]() |
PMGetPrinterResolution |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Obtains the resolution setting for the current printer according to the tag parameter.
OSStatus PMGetPrinterResolution ( PMTag tag, PMResolution *res );
Specifies the kind of resolution information required.
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 after calling PMBegin.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)