3.7.5.12 Export

LabTalk Object Type:

Utility Object

The export object provides script access for exporting graphs to graphic files.

Note: We recommend you use the image object instead of the export object.

Please see the expGraph X-Function.

Methods:

Method Description
export.image(fileName, imageType)

This method exports the active graph to an image file. The file name is specified in the fileName string argument. The type of image file is specified in the imageType string argument. For valid image type strings, see the export.image.types$ property for the export.image sub-object.