Skip to main content
Version: 7.9

system.print.createImage

This function is used in Python Scripting.

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.

Client Permission Restrictions

This scripting function has no Client Permission restrictions.

Syntax

system.print.createImage(component)

Parameters

TypeParameterDescription
ComponentcomponentThe component to render.

Returns

BufferedImage - A java.awt.image.BufferedImage representing the component.

Scope

Client

Code Examples

There are no examples associated with this scripting function.