C#
VB
Java
Objective-C
WinRT C#
C++
Gets the index of the last page being saved.
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();
}
The 1-based index of the last page being saved.
For an example, refer to RasterCodecs.SaveImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET