- Reorder pages after duplex scanning.
- Auto-split oversized pages after scanning.
- Fill in registration parameters automatically on newly created batches or documents.
Supported languages
- JScript®
- VBScript
- C#.Net
- VisualBasic.Net
- JScript.Net
Language notes
In VBScript, use the keywordMe when referring to methods and fields of the current object. In JScript the equivalent is this; in VisualBasic.Net, use Workspace.
Working with collections
Every collection exposes these members:| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read-only | The number of items in the collection. |
Item(index: int) | ItemInterface | Read-only | Returns the item at the given index. Enumeration starts at 0. |
Item, you can use parentheses:
for each loops and similar constructs.
