ImageCollection Constructor (Stream, ProgressEventHandler) |
Initializes a new instance of the
ImageCollection object specifying a
Stream containing
image data to load.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic ImageCollection(
Stream stream,
ProgressEventHandler progress
)
Public Sub New (
stream As Stream,
progress As ProgressEventHandler
)
Parameters
- stream
- Type: System.IOStream
A Stream of image data. - progress
- Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in
Visual Basic).
See Also