←Select platform

LastPageNumber Property

Summary

Last page number of the form to process.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly