Under MapWINGIS 4.8, I can use mwlayout.dll to create my map layout. However, I found it can no longer be used now. Could you tell me how can I print the map laylout using MapWinGIS 4.9.3.5?
I got an error when I use the following code:
mwLayout.LayoutFormMW4 printLayOut = new mwLayout.LayoutFormMW4(ref axMap1, ref legend1, ref mapunit);
Error : cannot convert from 'ref MWLite.Symbology.LegendControl.Legend' to 'ref LegendControl.Legend'
I got an error when I use the following code:
mwLayout.LayoutFormMW4 printLayOut = new mwLayout.LayoutFormMW4(ref axMap1, ref legend1, ref mapunit);
Error : cannot convert from 'ref MWLite.Symbology.LegendControl.Legend' to 'ref LegendControl.Legend'