←Select platform

LastPageNumber Property

Summary

Last page number of the form to process.

Syntax
C#
VB
C++
Java
public int LastPageNumber { get; set; } 
Public Property LastPageNumber() As Integer 
   Get 
   Set 
public:  
   property int LastPageNumber 
   { 
      int get() 
      void set(int value) 
   } 
public int getLastPageNumber(); 
public void setLastPageNumber( 
   int intValue 
); 

Property Value

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly