public static int GetPagesCount(
string
)
'Declaration
Public Shared Function GetPagesCount( _
ByVal As String _
) As Integer
'Usage
Dim fileName As String
Dim value As Integer
value = MrcSegmenter.GetPagesCount(fileName)
public:
static int GetPagesCount(
String^
)