Carbon


PSInjectionPlacement

Header: PMDefinitions.h

enum PSInjectionPlacement {
    kPSInjectionBeforeSubsection = 1,
    kPSInjectionAfterSubsection = 2,
    kPSInjectionReplaceSubsection = 3
};

Constant descriptions

kPSInjectionBeforeSubsection

Specifies that your PostScript code be inserted before the standard PostScript code that is normally emitted for the subsection.

kPSInjectionAfterSubsection

Specifies that your PostScript code be inserted after the standard PostScript code that is normally emitted for the subsection.

kPSInjectionReplaceSubsection

Specifies that your PostScript code replace the standard PostScript code that is normally emitted for the subsection.


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