Collector for multipage Tiff.
Inheritance Hierarchy
TwainScanning.CollectorsImageCollectorBase
TwainScanning.CollectorsImageCollectorTiffMultipage
Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
The ImageCollectorTiffMultipage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ImageCollectorTiffMultipage(String, NullableEncoderValue) |
Initializes a new instance of the ImageCollectorTiffMultipage class.
| |
| ImageCollectorTiffMultipage(Stream, NullableEncoderValue, Boolean) |
Initializes a new instance of the ImageCollectorTiffMultipage class.
|
Methods
| Name | Description | |
|---|---|---|
| _AddImg | ||
| AddImg |
Adds the img.
(Overrides ImageCollectorBaseAddImg(Bitmap).) | |
| ConvertTo24bpp | ||
| ConvertToBitonal | ||
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Overrides ImageCollectorBaseDispose.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Image counter.
(Overrides ImageCollectorBaseCount.) |
See Also