←Select platform

FirstPage Property

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute(Name="FirstPage", IsRequired=false)] 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly