- Placing scanned pages in the correct order after duplex scanning
- Auto-split of large-size pages after scanning
- Automatic filling in registration parameters for newly created batches and documents
- Quality check of pages with an external component
- Possibility to save pages to two export targets simultaneously, one of which can be used for back-up
Supported scripting languages
The following scripting languages are supported: JScript®, VBScript, C#.Net, VisualBasic.Net or JScript.Net.Specifics of usage
In VBScript it is mandatory to use the keyword “Me” when when referring to methods and fields of a current object (the alternative of “this” in JScript, Workspace in VisualBasic.Net). In export scripts, the keyword “Me” (VBScript), “this”(JScript, C#.Net) or “Workspace” (VisualBasic.Net) implements the IExportBatch interface. In the event scripts, this keyword “Me”, “this” or “Workspace” implements the IWorkSpace interface.Working with collections
All collections support the following properties and methods:Name | Type | Access | Description |
Count | int | Read-only | The number of items in the collection |
Item( index : int ) | ItemInterface | Read-only | Retrieves an item of the collection with the given index. Enumeration begins with “0”. |
