LSegment::MrcGetPagesCount

Summary

Gets the number of pages in an MRC image file.

Syntax

#include "ltwrappr.h"

L_INT LSegment::MrcGetPagesCount(pszFileName)

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS MRC C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.