![]() |
PMTag |
Header: PMDefinitions.h |
Defines constants for various values, such as minimum and maximum values, that your application can pass to or obtain from Carbon Printing Manager functions.
enum PMTag { kPMCurrentValue = ''curr'', kPMDefaultValue = ''dflt'', kPMMinimumValue = ''minv'', kPMMaximumValue = ''maxv'', kPMSourceProfile = ''srcp'', kPMMinRange = ''mnrg'', kPMMaxRange = ''mxrg'', kPMMinSquareResolution = ''mins'', kPMMaxSquareResolution = ''maxs'', kPMDefaultResolution = ''dftr'' };
Specifies the current setting or value.
Specifies the default setting or value.
Specifies the minimum setting or value.
Specifies the maximum setting or value.
Specifies the ColorSync source profile.
Specifies the minimum resolution supported by the printer.
Specifies the maximum resolution supported by the printer.
Specifies the minimum resolution setting for which the horizontal and vertical resolutions are equal.
Specifies the maximum resolution setting for which the horizontal and vertical resolutions are equal.
Specifies the default resolution setting for the printer (typically 72 dpi).
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)