←Select platform

FirstPageNumber Property

Summary

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

Syntax

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

Property Value

An integer value that specifies the first page to be loaded.

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