PGetAutoflow

Gets the current setting (on or off) of the Autoflow command.


Query results

This query returns a boolean value indicating whether autoflow is off (false) or on (true).

Example. If Autoflow is off, turn it on using the PAutoflow command.

PGetAutoflow autoflow;
if (autoflow == false) PAutoflow(true);


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

Comments or suggestions? Contact Adobe Developer Support