←Select platform

FirstPageNumber Property

Summary

First page number of the form to process.

Syntax

C#
VB
C++
public int FirstPageNumber { get; set; } 
Public Property FirstPageNumber() As Integer 
   Get 
   Set 
public:  
   property int FirstPageNumber 
   { 
      int get() 
      void set(int value) 
   } 

Property Value

1-based first page number of the form to process. A value of -1 means the first page in the form. Default value is -1.

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.Forms.Processing Assembly