←Select platform

LastPage Property

Summary

Gets the index of the last page being saved.

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

Property Value

The 1-based index of the last page being saved.

Example

For an example, refer to RasterCodecs.SaveImage.

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