Rasterize the document
Hi
I want to rasterize the document each time the user makes an action that changes the contents.
The AIRasterizeSuite makes a raster art object from an artset with the method Rasterize.
This method can be quite time consuming and alters the document by adding a new object (the raster art).
Can I use The AIArtDrawArtSuite to rasterize the document and how I can get an ArtHandle from the whole document ?
Do I need to make a group object and move the visible artworks in this group ?
Is this suite is fast enough to be used for each change ?