←Select platform

LastPageNumber Property

Summary

Last page number of the form to process.

Syntax
C#
C++/CLI
Java
Python
public int LastPageNumber { get; set; } 
public:  
   property int LastPageNumber 
   { 
      int get() 
      void set(int value) 
   } 
public int getLastPageNumber(); 
public void setLastPageNumber( 
   int intValue 
); 
LastPageNumber # get and set (FormProcessingOptions) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.