StartDocPrinter call was not issued!!

K

Kamal

im trying to print using the PrintOut method in mappoint activeX Control:

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(0x80070BBB): 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top