IDbImageAccessorExtractImageStream Method |
Returns a stream containing the image at the desired index. You are guaranteed that imageStreamIndex
is within the range: 0 < imageStreamIndex <= GetImageStreamCount()
Namespace:
Atalasoft.Imaging.ImageSources
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Stream ExtractImageStream(
int imageStreamIndex
)
Function ExtractImageStream (
imageStreamIndex As Integer
) As Stream
Parameters
- imageStreamIndex
- Type: SystemInt32
The row index of the desired image. The index represents the image
stream which could contain multiple frames.
Return Value
Type:
Stream A Stream containing the image, or throw. Do not return null.
See Also