Designed to make passing image data between different Accusoft components easier, this method makes a copy of the page's image data (rendering) and gives the new image data to another object which can be defined in a different Accusoft assembly. When finished, both this object and the destination object will contain separate copies of the same image data.
Syntax
Parameters
- Destination
- The destination object.
- pageNumber
- An integer value which represents the page to render.
- options
- A RenderOptions object which contains information about how to render the page.
Exceptions
See Also