IImageCollector InterfaceTerminal Works - TwainScanning.Net Library
Image collector interface. All image collector objects implement this interface.

Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax

public interface IImageCollector : IDisposable

The IImageCollector type exposes the following members.

Methods

  NameDescription
Public methodAddImg
Add image.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Properties

  NameDescription
Public propertyCount
Get count.
Top
See Also

Reference

SystemIDisposable