Click or drag to resize

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
)

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
ExceptionCondition
Thrown if the index is invalid for the FileSystemImageSource.
See Also