PPrintInk

Sets the attributes of an ink to be used when printing.


Command constructor

PPrintInk(const char * sName, PMBool bPrintInk, const char * sAngle, const char * sRuling);
const char * sName;
Name of color exactly as it appears in the Ink list
PMBool bPrintInk;
true to print the specified ink
const char * sAngle;
Screen angle at which to print the ink, from "0.0"to "360.0"
Specify an empty string ("") to leave angle unchanged
const char * sRuling;
Screen ruling (frequency) for specified ink, from "1.0"to "500.0"
Specify an empty string ("") to leave ruling unchanged
Layout view only. The PPrintInk command works only in layout view.

Example. The following example sets the ink "Red" to be printed with a screen angle of 45 degrees and a screen ruling of 60 lines per inch.

PPrintInk("Red", true, "450", "600");


See also

The PPrint, PPrintColor, PPrintDoc, PPrintOptions, PPrintOptionsPS, PPrintPaperPS, and PPrintTo commands

The PGetPrintInk query

Adobe PageMaker 6.5 Help > Commands > File > Print



Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support