Syntax: Info.Treenode:=<value>
Example: Info.TifAsData:=1 // Specify the import grayscale GeoTIFF as data
Treenode | Label | Type | Default | Description |
---|---|---|---|---|
TifAsData | Import Grayscale GeoTIFF as Data | int | 0 | Specify whether or not to show the thumbnails of imported images. |
The Options tree specifies all import options for the impImage X-Function.
Syntax: Options.Treenode:=<value>
Example: Options.FirstMode:=0 // Specify the import mode for the 1st file
Treenode | Label | Type | Default | Description |
---|---|---|---|---|
thumbnail | Show Image Thumbnails | int | 2 | Specify whether or not to show the thumbnails of imported images.
|
FirstMode | 1st File Import Mode | int | 0 | Specify the import mode for the 1st file. Options include:
|
Mode | Multi-File (except 1st) Import Mode | int | 5 | Specify the import mode from the list for the files other than 1st. Options include:
|
names.FNameToSht | Rename Sheet with Filename | int | 1 | Specify whether or not to rename the matrix sheet name with the file name. |
names.FNameToBk | Rename Book with Filename | int | 1 | Specify whether or not to rename the matrix book with the file name. |
names.FNameToBkLnOnly | Rename Long Name for Book only | int | 0 | It is only available when names.FNameToBk is 1. If 1, only rename the long name of the matrix book. |
names.FPathToBk | Include File Path when Renaming Book | int | 0 | It is only available when names.FNameToBk is 1. Specify whether or not to include the file path to rename the matrix book. |