( Flex ) How can we get an imagesnapshot of the entire component without scrollbars?

Posted by Sris on Stack Overflow See other posts from Stack Overflow or by Sris
Published on 2010-03-15T10:06:33Z Indexed on 2010/03/15 10:09 UTC
Read the original article Hit count: 309

Filed under:
|

Hi there

I can take snapshot of a component. But the problem is the component is lil bigger with scroll bars. The saved image has scrollbars (only the visible area is getting saved). What i need is I want the entire component to be saved as an image.

This exact functionality is available while we print the component using FlexPrintJob, where by setting the FlexPrintJobScaleType.NONE.

But here in my case i want it to be saved using ImageSnapShot ( not thru FlexPrintJob ).

Thanks Advance, Sriss

© Stack Overflow or respective owner

Related posts about flex

Related posts about image