System Automatic Variables
Previous  Top  Next


Here is the list of system variables and the constants. The system variables are all those variables having the first value settled automatically by the program; while the constants are initialized directly by the program and they are not modifiable by the user. Constants and variables are compatible with the script functions.

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. Number of page in the file to process.

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


Variables

_CurrentOutputFile      
Type: string. Name of the output file. It can be modified by user.