←Select platform

TotalPages Property

Summary

Gets the total number of pages in the file.

Syntax
C#
VB
Objective-C
C++
Java
public int TotalPages { get; } 
Public ReadOnly Property TotalPages As Integer 
@property (nonatomic, assign, readonly) NSInteger totalPages 
public int getTotalPages() 
public: 
property int TotalPages { 
   int get(); 
} 

Property Value

The total number of pages in the file.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly