←Select platform

LastPageNumber Property

Summary

Gets or sets the last page to load. This is a 1-based index.

Syntax

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

Property Value

An integer value that specifies the last page to load.

Remarks

The value of this property must be greater than or equal to FirstPageNumber. Pass -1 to load pages from FirstPageNumber to the last page in the file.

Example

For an example, refer to DocumentConvertOptions.

Requirements

Target Platforms

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