Top | Previous | Next |
system.print.createImage |
Description Advanced Function. Takes a snapshot of a component and creates a Java BufferedImage out of it. You can use javax.imageio.ImageIO to turn this into bytes that can be saved to a file or a BLOB field in a database. Syntax system.print.createImage(component) Parameters Component component - The component to render. Returns BufferedImage - A java.awt.image.BufferedImage representing the component. Scope Client |