GetPagesCount Method
Summary
Gets the number of pages in an MRC file.
Syntax
public static int GetPagesCount(
string fileName
)
Public Shared Function GetPagesCount( _
ByVal fileName As String _
) As Integer
public:
static int GetPagesCount(
String^ fileName
)
Parameters