PGetDisplayNonPrinting

Gets the current state (on or off) of the Display Non-Printing command.


Query results

This query returns a boolean indicating whether Display Non-Printing is toggled on (true) or off (false).
Example. Turn on Display Non-Printing using the PDisplayNonPrinting command if it is off.

PGetDisplayNonPrinting disp;
if (disp == false) PDisplayNonPrinting(true);


See also

The PGetNonPrinting query

The PNonPrinting command



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

Comments or suggestions? Contact Adobe Developer Support