DataSource MethodsTerminal Works - TwainScanning.Net Library

The DataSource type exposes the following members.

Methods

  NameDescription
Public methodAcquire(Boolean, Boolean, DataSourceErrorInfo, NullableTwSX, Int32)
Acquires images. Most simple way to scan. Preferred way for scanning in the console applications. Function will not return until scanning is finished.
Public methodAcquire(IImageCollector, Boolean, Boolean, NullableTwSX, NullableInt32)
Allows to acquire images from the scanner synchronously. This function will not return until scanning is finished.
Public methodAcquireAsync(IImageCollector, Boolean, Boolean, NullableTwSX, NullableInt32)
Allows to acquire images from the scanner asynchronously. This function will return immediately.
Public methodAcquireAsync(ImageCollectorOnFinishedDelegate, Boolean, Boolean, NullableTwSX, NullableInt32)
Allows to acquire images from the scanner asynchronously.
Public methodCallCustomTripletT
Public methodCancelCurrentScanning
Cancels the current scanning.
Public methodDispose
Closes source and performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetupFileTransferParams(TwFF, IEnumerableString, Boolean)
Public methodSetupFileTransferParams(TwFF, String, Boolean)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also

Reference