StartDocPrinter call was not issued!!

  • Thread starter Thread starter Kamal
  • Start date Start date
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
 
Back
Top