ThinkGeo.com    |     Documentation    |     Premium Support

Print map to a plotter

Hi,


I would like to print a map (WmsOverlay, inMemoryLayers, WfsOverlay) to a plotter.

The output format can be from A4 to A0.


I would rather like to print directly a picture, without having to create some other specific document (no PDF or other).


Please could you give me some advices on what is the best solution in order to implement this ?


Thanks,

Guillaume.



Hi Guillaume, 
  
 The simplest thing to do is to use the PrintVisual method of PrintDialog. 
 PrintDialog does create XPS documents, but it’s all done internally. As users of PrintDialog, we don’t need to save the document, we don’t event need to know its existence. 
  
 If creating XPS documents on the fly is not suitable for your project, please describe your scenario more precisely, so we can provide better suggestions. 
  
 Please let us know if you have any other questions. 
  
 Regards, 
 Tsui