Select to view content in your preferred language

Is there any way that I can remove the print widget from my print job?

371
1
06-27-2011 06:45 AM
LeiZhou
Deactivated User
I modified the print widget, as var bmpMap:BitmapData = ImageSnapshot.captureBitmapData(ViewerContainer.getInstance());

Now I can print those widget that show up on the map.  But the print widget itself will also be printed.  Is there any way that I can remove the print widget from my print job? Thanks!
Tags (2)
0 Kudos
1 Reply
YungKaiChin
Regular Contributor
Can you set the widget to be invisible before you print and reset it to visible afterward?
0 Kudos