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

Leadtools.Forms.Recognition Assembly