←Select platform

PageType Property

Summary
Specifies the type of Page.

Syntax
C#
VB
C++
Java
public FormsPageType PageType { get; set; } 
  
Public Property PageType As FormsPageType 
public FormsPageType getPageType(); 
public void setPageType( 
   FormsPageType formsPageType 
); 
public: 
property FormsPageType PageType { 
   FormsPageType get(); 
   void set (    FormsPageType ); 
} 

Property Value

The PageType of the page.

Remarks

The type of page, can help and improve recogition of the forms, so you should always select right type for page.

Example

For an example, refer to PageRecognitionOptions.

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.