DbImageSourceGetFrameCountInImage Method |
Returns the number of frames in the image that will be served by this image source. If
DoAllFrames is false, this function always returns 1.
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 int GetFrameCountInImage(
int index
)
Public Function GetFrameCountInImage (
index As Integer
) As Integer
Parameters
- index
- Type: SystemInt32
The index of the image
Return Value
Type:
Int32 The number of frames in the image
See Also