Pitney Bowes MapXtreme User Manual

Page 532

Advertising
background image

Appendix E: Printing From MapXtreme Applications

Resolutions to Known Printing Issues

MapXtreme v7.1

539

Developer Guide

saved under the Quick Set name. The printer driver remembers these settings and they can be
used for future print jobs.

To print a raster map later with the same settings:

1. Choose the Print command to display the Print dialog box.

2. Choose the Properties button. The Properties dialog box displays.

3. Make sure the name you entered (as in “Raster Print Settings” in our example) displays in the

Quick Sets drop-down list and click OK. The Print dialog box redisplays.

4. Click OK to print.

L

If you do not need this special setting in Quick Sets, remember to change this setting back to
the default machine setting.

Cannot Print with HP Designjet Printers (Driver 5.31 or 5.32)

When you attempt to use these drivers one of these things happens:

If you select the Maximum Performance option, you get memory error messages and the
printer prints only part of the image

If you select the Avoid out of memory option, the computer crashes and displays both an Out of
Hard Disk Space message and an Out of Virtual Memory message

The resolution of this issue is similar to the preceding issue. The Special Options dialog box is the
same.

1. Programmatically set the following printing options:
MapPrintDocument mapPrintDocument = this.mapPrinting.PrintDocument as
MapPrintDocument;
mapPrintDocument.PrintMethod = PrintMethod.Direct;
mapPrintDocument.DrawingAttributes.SpecialTransparentVectorHandling =
true;
mapPrintDocument.DrawingAttributes.SpecialTransparentRasterHandling =
false;
mapPrintDocument.DrawingAttributes.TrueColorRaster = true;.

2. From the Control Panel, select Printers or Printers and Faxes and find the printer you want to

print to.

3. Right-click on the printer and select the Properties option. The Properties dialog box displays.

4. Click the About button to display the About <Printer Driver> dialog box.

5. Holding down the F8 key on your keyboard, click the OK button. The Special Options dialog box

displays.

6. Clear the Enable SpoolSmart check box.

Advertising