←Select platform

PageCount Property

Summary

Gets the number of pages being loaded or saved.

Syntax
C#
VB
Objective-C
C++
Java
public int PageCount { get; } 
Public ReadOnly Property PageCount As Integer 
@property (nonatomic, assign, readonly) NSUInteger pageCount 
public int getPageCount() 
public: 
property int PageCount { 
   int get(); 
} 

Property Value

The number of pages being loaded or saved.

Example

For an example, refer to RasterCodecs.LoadPage.

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