Search
ImageExporter.exportObject Method (InteractiveObject, String, Dimension)
See Also
 






Exports the specified object as an image.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void exportObject (
    InteractiveObject obj,
    String filePath,
    Dimension size
)

 Parameters

obj

The object to export.

filePath

The name of the file where the image should be stored.

size

The desired size of the created image. The object is stretched to the specified size.

 See Also