←Select platform

LastPage Property

Summary

Gets or sets the last page to load. This is 1-based index. Must be greater than or equal to FirstPage. You can pass -1 to load from FirstPage to the last page in the file.

Syntax

C#
VB
C++
[DataMemberAttribute("LastPage")] 
public int LastPage {get; set;} 
  
<DataMemberAttribute("LastPage")> 
Public Property LastPage As Integer 
[DataMemberAttribute("LastPage")] 
public: 
property int LastPage { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer value that specifies the last page to load.

Example

For an example, refer to RasterConvertOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.Raster.DataContracts Assembly
Click or drag to resize