- 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.
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).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”. |
Item you can also address items of the collection using parentheses.
For example,
