API changes in version 9.1
In This Topic
API changes in Vintasoft.Twain.dll
New classes:
|
public class
Vintasoft.Twain.DeviceAsyncEventArgs
|
Provides data for the Device.AsyncEvent event. |
Changed classes:
| Vintasoft.Twain.DeviceCapability |
|
Added methods
|
|
public void SetValue(UInt16[])
|
|
|
|
|
| Vintasoft.Twain.Device |
|
Added properties
|
|
public bool IsAsyncEventsSupported { get; }
|
Gets a value indicating whether the device supports asynchronous events. |
|
public Vintasoft.Twain.DeviceEventId[] AsyncEvents { get; set; }
|
Gets or sets an array with asynchronous events which the application wants the device to report. |
|
|
|
|
Added methods
|
|
public Vintasoft.Twain.DeviceEventId[] GetSupportedAsyncEvents()
|
Returns an array of asynchronous events supported by device. |
|
|
|
|
Added events
|
|
public event System.EventHandler <Vintasoft.Twain.DeviceAsyncEventArgs > AsyncEvent
|
Occurs when the asynchronous device event is occurs. |
|
|
|
New enumerations:
|
public enum Vintasoft.Twain.KodakDeviceCapabilityId
|
Specifies available extended capabilities of Kodak device. |
|
public enum Vintasoft.Twain.DeviceEventId
|
Specifies available identifiers of device events. |
|
public enum Vintasoft.Twain.TwainReturnCode
|
Specifies available codes which can be returned by TWAIN device when operation is finished. |
|
public enum Vintasoft.Twain.TwainConditionCode
|
Specifies available condition codes which can be returned by device. |
|
public enum Vintasoft.Twain.TwainMessage
|
Specifies available TWAIN messages. |
|
public enum Vintasoft.Twain.TwainDataArgumentType
|
Specifies available argument types of TWAIN data. |
|
public enum Vintasoft.Twain.PowerSupplyMode
|
Specifies available power supply modes. |
|
public enum Vintasoft.Twain.FlashMode
|
Specifies available flash modes. |
Changed enumerations:
| Vintasoft.Twain.DeviceCapabilityId |
|
Changed fields
|
|
public Vintasoft.Twain.DeviceCapabilityId DeviceEvent
|
public Vintasoft.Twain.DeviceCapabilityId DeviceEvents
|
|
|
|
API changes in Vintasoft.WpfTwain.dll
New classes:
|
public class
Vintasoft.WpfTwain.DeviceAsyncEventArgs
|
Provides data for the Device.AsyncEvent event. |
Changed classes:
| Vintasoft.WpfTwain.Device |
|
Added properties
|
|
public bool IsAsyncEventsSupported { get; }
|
Gets a value indicating whether the device supports asynchronous events. |
|
public Vintasoft.WpfTwain.DeviceEventId[] AsyncEvents { get; set; }
|
Gets or sets an array with asynchronous events which the application wants the device to report. |
|
|
|
|
Added methods
|
|
public Vintasoft.WpfTwain.DeviceEventId[] GetSupportedAsyncEvents()
|
Returns an array of asynchronous events supported by device. |
|
|
|
|
Added events
|
|
public event System.EventHandler <Vintasoft.WpfTwain.DeviceAsyncEventArgs > AsyncEvent
|
Occurs when the asynchronous device event is occurs. |
|
|
|
| Vintasoft.WpfTwain.DeviceCapability |
|
Added methods
|
|
public void SetValue(UInt16[])
|
|
|
|
|
New enumerations:
|
public enum Vintasoft.WpfTwain.TwainReturnCode
|
Specifies available codes which can be returned by TWAIN device when operation is finished. |
|
public enum Vintasoft.WpfTwain.TwainDataArgumentType
|
Specifies available argument types of TWAIN data. |
|
public enum Vintasoft.WpfTwain.TwainMessage
|
Specifies available TWAIN messages. |
|
public enum Vintasoft.WpfTwain.DeviceEventId
|
Specifies available identifiers of device events. |
|
public enum Vintasoft.WpfTwain.TwainConditionCode
|
Specifies available condition codes which can be returned by device. |
|
public enum Vintasoft.WpfTwain.PowerSupplyMode
|
Specifies available power supply modes. |
|
public enum Vintasoft.WpfTwain.FlashMode
|
Specifies available flash modes. |
|
public enum Vintasoft.WpfTwain.KodakDeviceCapabilityId
|
Specifies available extended capabilities of Kodak device. |
Changed enumerations:
| Vintasoft.WpfTwain.DeviceCapabilityId |
|
Changed fields
|
|
public Vintasoft.WpfTwain.DeviceCapabilityId DeviceEvent
|
public Vintasoft.WpfTwain.DeviceCapabilityId DeviceEvents
|
|
|
|