←Select platform

FirstPageNumber Property

Summary

First page number of the form to process.

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

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 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.