Carbon


Constants for PostScript Data Formats

Header: CMApplication.h

enum {
    cmPS7bit = 1,
    cmPS8bit = 2
};

Constant descriptions

cmPS7bit

The data is 7-bit safe—therefore the data could be in 7-bit ASCII encoding or in ASCII base-85 encoding.

cmPS8bit

The data is 8-bit safe—therefore the data could be in 7-bit or 8-bit ASCII encoding.

The ColorSync Manager provides these constant declarations to specify the format of PostScript data.


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