ImageCollectionReadImages Method |
Read all images from a multipage image file into this image collection.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void ReadImages(
Stream stream,
ProgressEventHandler progress
)
Public Sub ReadImages (
stream As Stream,
progress As ProgressEventHandler
)
Parameters
- stream
- Type: System.IOStream
A stream containing the encoded image data. - progress
- Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in
Visual Basic).
Remarks If the source image doens't support multiple images, only a single image will be loaded into the
collection.
See Also