←Select platform

FirstPage Property

Summary

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

Syntax

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

Property Value

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

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