PGetPageOptions

Gets the settings (on or off) of the Double-Sided and Facing Pages options in the Document Setup dialog box.


Query results

PMBool bDoubleSided;
false for off (single-sided pages)
true for Double-Sided
PMBool bFacingPages;
false for off
true for Facing Pages
Example. Change page options using the PPageOptions command.

PGetPageOptions pageOpts;
if (pageOpts.bDoubleSided == false) {
pageOpts.bDoubleSided = true;
PPageOptions newOptions(pageOpts);
}


See also

The PGetPageNumbers, PGetPageMargins, and PGetPageSize queries



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

Comments or suggestions? Contact Adobe Developer Support