How can I do to show the drawings MapPrinter in EditOverLay.
The following example of how I'm doing
MapPrinterLayer mapPrinterLayer MapPrinterLayer = new ();
GeoCollection <Overlay> ListaOverlay = this.Map1.Overlays
for (int i = 0; i <this.ListaOverlay.Count: i + +)
{
foreach (Layer layer in ((LayerOverlay) this.ListaOverlay ). Layers)
{
layer.Open ();
mapPrinterLayer.Layers.Add (layer);
layer.Close ();
}
}
Although EditOverlay be included in mapPrinterLayer not appear in print as we can see in the attached document.
Sem_t-tulo.png (199 KB)