VintaSoft Twain .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Twain Namespace / DeviceManager Class
Constructors Properties Methods Events SeeAlso
In This Topic
    DeviceManager Class Members
    In This Topic
    The following tables list the members exposed by DeviceManager.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the name of application which uses SDK.
    Public PropertyGets a value that indicates whether the device manager uses 32-bit devices.
    Public PropertyReturns the default TWAIN device.
    Public PropertyReturns a collection of TWAIN devices installed in the system.
    Public PropertyGets a value that indicates whether the object is disposed.
    Public PropertyDetermines that TWAIN 2.x Data Source Manager should be used.
    Public PropertyDetermines that TWAIN is installed in the system.
    Public PropertyGets the device opened in device manager.
    Public PropertyGets the handle of parent form of TWAIN device manager.
    Public PropertyGets the parent form invoker of TWAIN device manager.
    Public PropertyGets the state of the TWAIN device manager.
    Public PropertyGets or sets a value indicating whether the TWAIN device UI window must be shown as a top most window.
    Public PropertyGets or sets path to the TWAIN Data Source Manager.
    Public PropertyGets or sets the TWAIN window initialization timeout in milliseconds.
    Public PropertyGets or sets the path to a directory, where data of VintaSoft TWAIN service must be saved. The VintaSoft TWAIN service is used for accessing 32-bit devices from 64-bit application.
    Public PropertyGets or sets the path to a directory, where the VintaSoft TWAIN service is located. The VintaSoft TWAIN service is used for accessing 32-bit devices from 64-bit application.
    Public Methods
     NameDescription
    Public MethodCloses the TWAIN device manager.
    Public MethodReleases all resources used by this object.
    Public MethodOpens the TWAIN device manager.
    Public MethodDisplays the default device selection dialog so the user can change the default device.
    Public MethodSpecifies that the device manager must use 32-bit devices.
    Public MethodSpecifies that the device manager must use 64-bit devices.
    Protected Methods
     NameDescription
    Protected MethodReleases all resources used by this object.
    Public Events
     NameDescription
    Public EventOccurs when the opened device is changed.
    Public EventOccurs before the opened device is changing.
    See Also