Click or drag to resize

DbImageSourceGetImageStream Method

Gets the stream and the frame within that stream that corresponds to the passed in index. The caller is responsible for closing the returned stream.

Namespace:  Atalasoft.Imaging.ImageSources
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ImageSourceStreamInfo GetImageStream(
	int index
)

Parameters

index
Type: SystemInt32
The index of the requested image

Return Value

Type: ImageSourceStreamInfo

Implements

IImageStreamSourceGetImageStream(Int32)
See Also