| MGMap.pageSetupDlg |
|
voidpageSetupDlg()
Displays the Page Setup dialog box, where the user can specify preferences for printing the map.
This method is the equivalent of the Printing > Page Setup menu command in the user interface.
Note that this method does not work during a busystate.
-1 (busy)
This example is designed to work with the Tutorial.mwf file that is included with Autodesk MapGuide Author. It displays the Page Setup dialog box:
function showPageSetup()
{
getMap().pageSetupDlg();
}
getPageSetup, PageSetup, printDlg