Community of VE/MapPoint Users and Developers
This is a discussion on Trying to print detail maps on a strip printer within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Greetings, I have a StarTSP800, which is 4.4" wide, and makes what I think are called strip printouts. But I ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Trying to print detail maps on a strip printer I have a StarTSP800, which is 4.4" wide, and makes what I think are called strip printouts. But I need to get the report working properly. Does anybody know how? Should I use geoPrintStripMaps? When I do it says I have an incorrect parameter. Could anybody suggest how to get this working, or perhaps a different parameter I should use? Thanks for the help, Bob |
| |||
| clarification
Here's the line of code which prints the map. mpMap.PrintOut( "",title,1,MapPoint.GeoPrintArea.geoPrintMap, MapPoint.GeoPrintQuality.geoPrintQualityDraft, MapPoint.GeoPrintOrientation.geoPrintAuto, true,true,true,false); Should I use geoPrintSelectedArea instead? If so, how should I set the selected area? |
| |||
|
Hi, Try with all parameters to False. There could for example be a conflict when there is no legend, or a conflict because there is no multiple copy. Code: mpMap.PrintOut("", title, 1, MapPoint.GeoPrintArea.geoPrintMap, MapPoint.GeoPrintQuality.geoPrintQualityDraft, MapPoint.GeoPrintOrientation.geoPrintAuto, false, false, false, false);
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
| it's generally working now
Wilfried, Thanks for the suggestion. I just needed to try a host of different possibilities until I found one that worked. I now have it printing the detailed map. mpMap.PrintOut("",title,1, MapPoint.GeoPrintArea.geoPrintMap, MapPoint.GeoPrintQuality.geoPrintQualityPresentati on, MapPoint.GeoPrintOrientation.geoPrintPortrait, false,false,false,false); But the resolution is small enough that most of the road names won't print. Do you know if there's a way to make this map print lengthwise on the page? This would allow for a bigger map, since it's wider than it is tall. Also, would you happen to know how to prevent the printer from slicing the end of every page? It's like it's getting a page feed or some other character, which cause my printer (a Star TRS800) to slice the page after each map. Thanks for the help, Bob |
| |||
|
Hi, Did you try geoPrintLandscape or geoPrintAuto ? For the other question, possible mappoint sends a formfeed after each page, dont know.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| detail, maps, print, printer, strip |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting MapPoint to recognize the new default printer | BobFromBoston | MapPoint 2006/2009 Discussion | 2 | 02-26-2006 06:30 AM |
| How to print maps with longitude and latitude? | mbmast | MapPoint 2006/2009 Discussion | 2 | 06-24-2005 10:32 AM |
| Printer Error with Trial Version | Anonymous | MapPoint 2006/2009 Discussion | 0 | 09-03-2003 10:24 PM |
| Detail | Quadracerke | Products: Pushpin Tool, Single State Mapper | 0 | 08-14-2003 11:09 AM |
| TIP: Printing to other than default printer | kdybvik | MapPoint 2006/2009 Discussion | 0 | 08-23-2002 06:23 PM |