IDbImageAccessorGetFrameCountInImage Method |
Returns the number of frames in the image stream at index
Namespace:
Atalasoft.Imaging.ImageSources
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax int GetFrameCountInImage(
int imageStreamIndex,
DbImageSourceFrameCounter frameCounterFn
)
Function GetFrameCountInImage (
imageStreamIndex As Integer,
frameCounterFn As DbImageSourceFrameCounter
) As Integer
Parameters
- imageStreamIndex
- Type: SystemInt32
The index of the stream. - frameCounterFn
- Type: Atalasoft.Imaging.ImageSourcesDbImageSourceFrameCounter
A delegate that can count the number of frames in a stream, which
you can use if you haven't stored the framecount elsewhere. To speed performance, it might
be better to store the frame count in the data store and not use this delegate.
Return Value
Type:
Int32See Also