3.7.5.13 Export.Image

LabTalk Object Type:

Utility

The export.image object is a sub-object of the export object. It provides script access for the graphic export filters and filter properties.


Note

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

Please see the expGraph, expImage X-Function.

Properties:

Property Access Description
export.image.showDialog Read/write,
numeric

During exporting, this property determines if a dialog box of image settings will be shown to allow the user to change image attributes. A value of nonzero will show the dialog box and a value of zero will not show the dialog box.

export.image.types$ Read only,
string

This property is used to get a list of all the image types currently supported. The list contains file extensions. Example: "BMP EPS JPG". The main use of this property is with the fdlog.useType() method.