|
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; }
Public Property TotalFrames As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks Some image formats support storing multiple frames in one image file.
The property specifies total number of frames in image file.
See Also