Carbon


PSInjectionSection

Header: PMDefinitions.h

enum PSInjectionSection {
    kInjectionSectJob = 1,
    kInjectionSectCoverPage = 2
};

Constant descriptions

kInjectionSectJob

Specifies the “job” section. This is the default section if you do not specify a section key explicitly.

kInjectionSectCoverPage

Specifies the cover page section. Currently unsupported.


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