ImageCollector MethodsTerminal Works - TwainScanning.Net Library

The ImageCollector type exposes the following members.

Methods

  NameDescription
Public methodAddImg
Save image as stream and add to list of bitmaps.
(Overrides ImageCollectorBaseAddImg(Bitmap).)
Public methodBitmaps
Return new Bitmap from stream.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Overrides ImageCollectorBaseDispose.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetImg
Gets the img.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveAllToBitmaps(IEnumerableString)
Save images as BMP format.
Public methodSaveAllToBitmaps(String)
Save image as bitmap.
Public methodSaveAllToJpegs(IEnumerableString, Int32)
Save images as JPEG format.
Public methodSaveAllToJpegs(String, Int32)
Save image as JPEG format.
Public methodSaveAllToMultipagePdf(Stream, Int32, PdfProtection)
Save stream to multipage PDF.
Public methodSaveAllToMultipagePdf(String, Int32, PdfProtection)
Save all to multipage PDF from filepath.
Public methodSaveAllToMultipageTiff(Stream, EncoderValue)
Save stream to multipage TIFF.
Public methodSaveAllToMultipageTiff(String, EncoderValue)
Save image from filepath to multipage TIFF.
Public methodSaveAllToPdfs(IEnumerableString, Int32, PdfProtection)
Save images as PDF format.
Public methodSaveAllToPdfs(String, Int32, PdfProtection)
Save image as PDF format.
Public methodSaveAllToPngs(IEnumerableString, Int32)
Save all images to PNG format.
Public methodSaveAllToPngs(String, Int32)
Save images as PNG format.
Public methodSaveAllToTiffs(IEnumerableString, EncoderValue)
Save all images as TIFF format.
Public methodSaveAllToTiffs(String, EncoderValue)
Save images as TIFF format.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also

Reference