Click or drag to resize

DbCommandImageAccessorGetImageStreamCount Method

Gets the number of image streams in this database. Each stream can contain more than one frame.

Namespace:  Atalasoft.Imaging.ImageSources.Data
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual int GetImageStreamCount()

Return Value

Type: Int32
The number of image stream in this database.

Implements

IDbImageAccessorGetImageStreamCount
Remarks
This function is implemented for DbImageSource to use.
See Also