←Select platform

LastPage Property

Summary

Gets the index of the last page being saved.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int LastPage { get; } 
Public ReadOnly Property LastPage As Integer 
public int LastPage {get;} 
@property (nonatomic, assign, readonly) NSUInteger lastPage 
public int getLastPage() 
 get_LastPage();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly