←Select platform

FormsPageType Enumeration

Summary
Represents the Page type.

Syntax
C#
C++/CLI
Java
Python
[SerializableAttribute()] 
public enum FormsPageType 
public final class FormsPageType 
    extends java.lang.Enum<FormsPageType> 
[SerializableAttribute()] 
public enum class FormsPageType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class FormsPageType(Enum): 
   Normal = 0 
   IDCard = 1 
   Omr = 2 
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.

Requirements

Target Platforms

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

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