←Select platform

FormsPageType Enumeration

Summary
Represents the Page type.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum FormsPageType 
  
<SerializableAttribute()> 
Public Enum FormsPageType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public final class FormsPageType 
    extends java.lang.Enum<FormsPageType> 
[SerializableAttribute()] 
public enum class FormsPageType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0NormalNormal(General) page from a document, an invoice, or any other type of document that is not specified in any other members of the FormsPageType enumeration.
1IDCardAn ID card (For example, Driving License, Identification card, Library card, Passport, etc.)..
2OmrOptical mark recognition.
Remarks

Choose the proper page type when creating master form pages. The FormsPageType is used in Leadtools.Forms.Recognition.PageRecognitionOptions.

Example

For an example, refer to Leadtools.Forms.Recognition.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.

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