ImageCollection.ReadImages 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public void ReadImages(
Stream stream,
ProgressEventHandler progress
)
Public Sub ReadImages (
stream As Stream,
progress As ProgressEventHandler
)
Parameters
- stream
- Type: System.IO.Stream
A stream containing the encoded image data. - progress
- Type: Atalasoft.Imaging.ProgressEventHandler
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