- 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
- Saving pages to two export targets simultaneously, one of which can be used for backup
Supported scripting languages
- JScript®
- VBScript
- C#.NET
- VisualBasic.NET
- JScript.NET
Keywords for the current object
In VBScript, you must use the keywordMe when referring to the methods and fields of the 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, the keyword Me, this or Workspace implements the IWorkSpace interface.
Working with collections
All collections support the following properties and methods:
Instead of using the
Item method, you can also address items of the collection using parentheses.
For example:
for each and similar constructs.
