The following tables list the members exposed by ImGearTWAIN.
Name | Description | |
---|---|---|
![]() | ImGearTWAIN Constructor | Initializes a new instance of the ImGearTWAIN class. |
Name | Description | |
---|---|---|
![]() | CloseUIOnCancel | Gets or sets a value indicating whether the TWAIN user interface should be closed when the operation is cancelled. |
![]() | CurrentDataSource | Gets the name of the currently opened data source. |
![]() | DataSources | Gets a collection of available TWAIN Data Sources. |
![]() | EnableExtendedCapabilities | Gets or sets a value indicating whether the capabilities ImGearCapabilities.CAP_FEEDPAGE and CAP_CLEARPAGE are enabled. |
![]() ![]() | IsAvailable | Gets a value indicating whether the TWAIN technology of ImageGear for Silverlight is available to the Silverlight application. |
![]() | TransferMode | Gets or sets a value indicating the method of transferring acquired images from the Data Source to the application. |
![]() | UseUI | Gets or sets a value indicating whether to use the TWAIN Data Source Manager's and Data Source's graphical use interface. |
Name | Description | |
---|---|---|
![]() | Acquire | Overloaded. Scan multiple pages from a scanner equipped with an AutomaticDocumentFeeder (ADF). Each page is saved to an ImageGear.Core.ImGearPage available in an AfterPage event. |
![]() | AcquireToDoc | Overloaded. Scan multiple pages from a scanner equipped with an Automatic Document Feeder (ADF). Pages are saved to an ImageGear.Core.ImGearDocument. |
![]() | AcquireToPage | Overloaded. This method initiates the scanning of a single page through a TWAIN device. |
![]() | CloseSource | This method closes the currently opened Data Source and it also closes the connection with the Data Source Manager. |
![]() | Dispose | Releases resources used by the class. |
![]() | GetCapability | This method gets the value of a capability. |
![]() | GetCapabilityValueDescription | Returns a description of an enum value for the specified capability. |
![]() | GetExtendedImageInformation | Gets the specified extended image info. |
![]() | GetImageLayout | Gets the image layout of the selected TWAIN device. |
![]() | IsCapabilitySupported | Determines whether or not the specified capability is supported by the current data source. |
![]() | LoadDataSourceSettings | This method loads data source settings from the specified file, and configures the data source with the settings. |
![]() | OpenSource | This method opens a connection to the TWAIN Data Source Manager and then loads the specified Data Source into main memory and causes its initialization. |
![]() | SaveDataSourceSettings | This method queries the data source for its current settings, and saves these settings to the specified file. |
![]() | SetCapability | This method sets the value of a capability. |
![]() | SetImageLayout | Sets the image layout of the selected TWAIN device. |
![]() | ShowSourceUI | This method shows the Data Source UI to allow the user to manipulate the source's current settings, but not acquire an image. |
Name | Description | |
---|---|---|
![]() | Finalize | Finalizes an instance of the ImGearTWAIN class. Diposes of unmanaged resources if they were not already disposed. |
Name | Description | |
---|---|---|
![]() | AfterPage | This event is fired after each page is scanned using any of the scanning methods of ImGearTWAIN. |
![]() | BeforePage | This event is fired before each page is scanned using any of the Acquire* methods of ImGearTWAIN. |