←Select platform

Pages Property

Summary
Gets or sets the form's attributes number of pages.

Syntax
C#
VB
C++
Java
public int Pages { get; set; } 
  
Public Property Pages As Integer 
public int getPages(); 
public void setPages( 
   int intValue 
); 
public: 
property int Pages { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer value that specifies the number of pages in the form.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly

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