←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly