See Also Examples Applies To
Returns the Twain
Syntax
object.TwainGetState ()
The TwainGetState syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long. Twain
TWAIN_PRESESSION = 1. Presession, Twain environment is enable.
TWAIN_SM_LOADED = 2. Source Manager was loaded
TWAIN_SM_OPEN = 3. Source Manager is open
TWAIN_SOURCE_OPEN = 4. A source is open
TWAIN_SOURCE_ENABLED = 5. A source is enabled
TWAIN_TRANSFER_READY = 6. A source is ready to transfer data
TWAIN_TRANSFERRING = 7. A source is transfering data
Category
TWAIN Functions