Hi ,
I am trying to implement Send to back and bring to forward facility in printing.
I tried to change order of printing layers and refresh the map
var printerInteractiveOverlay = (PrinterInteractiveOverlay) Map1.InteractiveOverlays[
“PrintPreviewOverlay”
];
PrinterLayer printerLayer = printerInteractiveOverlay.PrinterLayers[2];
printerInteractiveOverlay.PrinterLayers.MoveToBottom(printerLayer);
Map1.Refresh();
But it doesn’t work as expected.
This is the screen shot before send to back
This is after send to back . I expect after sending the layer to back , half of it shouldn’t be displayed.
003_002_001_HelloWorld.zip (44.9 KB)