![]() |
PSInjectionPlacement |
Header: PMDefinitions.h |
enum PSInjectionPlacement { kPSInjectionBeforeSubsection = 1, kPSInjectionAfterSubsection = 2, kPSInjectionReplaceSubsection = 3 };
Specifies that your PostScript code be inserted before the standard PostScript code that is normally emitted for the subsection.
Specifies that your PostScript code be inserted after the standard PostScript code that is normally emitted for the subsection.
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)