FileSystemImageSourceGetFrameCount Method |
Returns the number of frames in for an image in a FileSystemImageSource.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int GetFrameCount(
int index
)
Public Function GetFrameCount (
index As Integer
) As Integer
Parameters
- index
- Type: SystemInt32
The index of the file to return a frame count.
Return Value
Type:
Int32 The number of frames in the image.
Exceptions Exception | Condition |
---|
| Thrown if the index is invalid for the FileSystemImageSource. |
See Also