FZ_FormBase.GetImageCount

Gets the image number of the logging file

Public Shared Function GetImageCount( _
    ByVal fileName As String _
) As Integer

Parameters
fileName
File name
Input

Return Value
The obtained image number.

Description
Gets the image number of the logging file.

Example
    Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOK.Click

        ' Gets the image number of the logging file
        GetImageCount("abcd")

    End Sub