LSegment::MrcGetPagesCount

#include "ltwrappr.h"

L_INT LSegment::MrcGetPagesCount(pszFileName)

Gets the number of pages in an MRC image file.

Parameters

L_TCHAR * pszFileName

Character string that contains the name of the MRC image file.

Returns

The number of pages in the given MRC image file.

Required DLLs and Libraries

See Also

Elements

Topics

Example

L_INT LSegment__MrcGetPagesCountExample(L_TCHAR * szFileName, L_INT& nCount) 
 
{ 
   LSegment Segment; 
 
   nCount = Segment.MrcGetPagesCount(szFileName); 
 
   return SUCCESS; 
 
} 
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS MRC C++ Class Library Help