GetPagesCount Method

Summary

Gets the number of pages in an MRC file.

Syntax
C#
VB
C++
public static int GetPagesCount( 
   string fileName 
) 
  
Public Shared Function GetPagesCount( _ 
   ByVal fileName As String _ 
) As Integer 
public: 
static int GetPagesCount(  
   String^ fileName 
)  

Parameters

fileName
MRC file name.

Remarks

Use this method to get the number of pages in an MRC file.

Example

Refer to LoadImage example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly