import com.esri.solutions.flexviewer.SiteContainer; var bmpMap:BitmapData = ImageSnapshot.captureBitmapData(SiteContainer.getInstance()); //var bmpMap:BitmapData = ImageSnapshot.captureBitmapData(map);
import com.esri.viewer.ViewerContainer; var bmpMap:BitmapData = ImageSnapshot.captureBitmapData(ViewerContainer.getInstance());
Thanks Robert, that works great. Is there a way to specify individual items with in the container to include or exclude from the print/exported version?
Daniel