VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain 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 the SDK.
    Public PropertyGets a value indicating whether the TWAIN device manager uses 32-bit devices.
    Public PropertyGets the default TWAIN device.
    Public PropertyGets a collection of TWAIN devices, which are installed in the system.
    Public PropertyGets a value that indicates whether the object is disposed.
    Public PropertyGets or sets a value indicating whether TWAIN device manager 2.x should be used.
    Public PropertyGets a value indicating whether TWAIN device manager is installed in the system.
    Public PropertyGets TWAIN device, which is opened in this TWAIN device manager.
    Public PropertyGets the parent window of TWAIN device manager.
    Public PropertyGets the handle of parent window 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 a path to the TWAIN device manager.
    Public PropertyGets or sets the TWAIN window initialization timeout in milliseconds.
    Public PropertyGets or sets a 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 a 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 Methodstatic (Shared in Visual Basic)
    Public MethodCloses the TWAIN device manager.
    Public MethodReleases all resources used by this TWAIN device manager.
    Public MethodOpens the TWAIN device manager.
    Public MethodDisplays the default TWAIN device selection dialog so the user can change the default TWAIN device.
    Public MethodSpecifies that the device manager must use 32-bit devices.
    Public MethodSpecifies that the TWAIN device manager must use 64-bit devices.
    Protected Methods
     NameDescription
    Protected MethodReleases all resources used by this object.
    Public Events
     NameDescription
    Public EventOccurs when opened TWAIN device is changed.
    Public EventOccurs when opened TWAIN device is changing.
    See Also