System Automatic Variables

Top  Previous  Next

 

The system variables are all those variables having its initial value set automatically by the program but can be changed by the user. System Constants are initialized directly by the program and are not modifiable by the user.  These system constants and system variables are compatible with and can be used with the scripting language.

 

System Constants

 

_CurrentImage    

Type: integer. Handle of the current image.

 

_CurrentAgent

Type: integer. Number that identifies the current thread.

 

_CurrentInputFile    

Type: string. Name of the file that is going to be  processed.

 

_CurrentPagesCount

Type: integer. Total number of pages in the file to process.

 

_CurrentPage

Type: integer. Number of current processed page in the file.

 

 

System Variables

 

_CurrentOutputFile    

Type: string. Name of the output file. It can be modified by user to choice dynamically the name for the output file.

 

_OldJpegTiff

Type: boolean. Flag allowing to use old jpeg tiff file packing. Default value il false. Please note that files generated in old syle cannot be reopen or reprocessed with image processor. Also to use this feature make sure Wang/Kodak Imaging is installed.