PNonPrinting(PMBool bState);
false to print selected objectsGraphics and text blocks only. The PNonPrinting command can suppress the printing of graphics (including inline graphics selected with the pointer tool or PSelect command) and text blocks, but not a range of text selected (highlighted) with the text tool or PTextSelect command.
true to suppress printing of selected objects
Element must be selected. If no elements are selected (or if text is high lighted), PageMaker returns an error.
Suppressing the display of non-printing objects. To suppress the display of non-printing objects, use the PDisplayNonPrinting command.
Layout view only. The PNonPrinting command works only in layout view.
Example. The following example selects the third object drawn, marks it to be dropped when printed, and turns off the display of all objects with non-print ing applied.
PSelect(3);
// hides ALL non-printing objects
PNonPrinting(true);
PDisplayNonPrinting(false);
The PGetDisplayNonPrinting and PGetNonPrintingqueries
Adobe PageMaker 6.5 Help > Commands > Layout > Display Non-Printing Items
Adobe PageMaker 6.5 Help > Commands > File > Print
Comments or suggestions? Contact Adobe Developer Support