View Single Post

  #1 (permalink)  
Old 03-30-2004
TheJudge TheJudge is offline
Junior Member
Yellow Belt
 
Join Date: Mar 2004
Posts: 15
PrintOut method with MapPoint ActiveX control?!!

Anyone knows how to print using MapPoint 2004 ActiveX Control?!


i've used the PrintOut method as follows:

axMappointControl1.ActiveMap.PrintOut("C://Europe.ptm", "Testing", 1, MapPoiny.GeoPrintArea.geoPrintMap, MapPoint.GeoPrintQuality.geoPrintQualityNormal,
MapPoint.GeoPrintOrientation.geoPrintPortrait, true, true, false, false);

and whenever i execute the above line, i get the following error:

System.Runtime.InteropServices.COMException(0x8007 0BBB): A StartDocPrinter call was not issued.

any idea where im going wrong. note: im not doing anythin special, im only executing the above line!

Any help, links, thoughts would be very much appreciated.

Thanks in advance,

Regards
Kam
Reply With Quote