Carbon


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''
};

Constant descriptions

kPMCurrentValue

Specifies the current setting or value.

kPMDefaultValue

Specifies the default setting or value.

kPMMinimumValue

Specifies the minimum setting or value.

kPMMaximumValue

Specifies the maximum setting or value.

kPMSourceProfile

Specifies the ColorSync source profile.

kPMMinRange

Specifies the minimum resolution supported by the printer.

kPMMaxRange

Specifies the maximum resolution supported by the printer.

kPMMinSquareResolution

Specifies the minimum resolution setting for which the horizontal and vertical resolutions are equal.

kPMMaxSquareResolution

Specifies the maximum resolution setting for which the horizontal and vertical resolutions are equal.

kPMDefaultResolution

Specifies the default resolution setting for the printer (typically 72 dpi).


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)