The ImageCollector type exposes the following members.
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.) |
See Also