Click or drag to resize
Accord.NET (logo)

ImageInfoTotalFrames Property

Total frames in the image.

Namespace:  Accord.Imaging.Formats
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int TotalFrames { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

Some image formats support storing multiple frames in one image file. The property specifies total number of frames in image file.

See Also