BaseCommonDecoderGetFrameCount Method (String) |
Returns the number of frames in the image
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic virtual int GetFrameCount(
string filePath
)
Public Overridable Function GetFrameCount (
filePath As String
) As Integer
Parameters
- filePath
- Type: SystemString
Location of a file in a computer's file system structure.
Return Value
Type:
Int32 The number of frames in the image
Exceptions
See Also