Simple collector class.
Inheritance Hierarchy
TwainScanning.CollectorsImageCollectorBase
TwainScanning.CollectorsImageCollector
Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
The ImageCollector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImageCollector |
Simple collector constructor.
Initializes a new instance of the ImageCollector class.
|
Methods
Name | Description | |
---|---|---|
AddImg |
Save image as stream and add to list of bitmaps.
(Overrides ImageCollectorBaseAddImg(Bitmap).) | |
Bitmaps |
Return new Bitmap from stream.
| |
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 | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImg |
Gets the img.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SaveAllToBitmaps(IEnumerableString) |
Save images as BMP format.
| |
SaveAllToBitmaps(String) |
Save image as bitmap.
| |
SaveAllToJpegs(IEnumerableString, Int32) |
Save images as JPEG format.
| |
SaveAllToJpegs(String, Int32) |
Save image as JPEG format.
| |
SaveAllToMultipagePdf(Stream, Int32, PdfProtection) |
Save stream to multipage PDF.
| |
SaveAllToMultipagePdf(String, Int32, PdfProtection) |
Save all to multipage PDF from filepath.
| |
SaveAllToMultipageTiff(Stream, EncoderValue) |
Save stream to multipage TIFF.
| |
SaveAllToMultipageTiff(String, EncoderValue) |
Save image from filepath to multipage TIFF.
| |
SaveAllToPdfs(IEnumerableString, Int32, PdfProtection) |
Save images as PDF format.
| |
SaveAllToPdfs(String, Int32, PdfProtection) |
Save image as PDF format.
| |
SaveAllToPngs(IEnumerableString, Int32) |
Save all images to PNG format.
| |
SaveAllToPngs(String, Int32) |
Save images as PNG format.
| |
SaveAllToTiffs(IEnumerableString, EncoderValue) |
Save all images as TIFF format.
| |
SaveAllToTiffs(String, EncoderValue) |
Save images as TIFF format.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Get image count.
(Overrides ImageCollectorBaseCount.) |
Events
Name | Description | |
---|---|---|
OnFinished |
Event delegate finish.
|
See Also