View Single Post

  #3 (permalink)  
Old 12-30-2005
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,123
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);
Reply With Quote