←Select platform

FilledFormType Property

Summary

Default value for PageRecognitionOptions.PageType.

Syntax
C#
VB
C++
Java
public FormsPageType FilledFormType { get; set; } 
Public Property FilledFormType() As FormsPageType 
   Get 
   Set 
public:  
   property FormsPageType^ FilledFormType 
   { 
      FormsPageType^ get() 
      void set(FormsPageType^ value) 
   } 
public FormsPageType getFilledFormType(); 
setFilledFormType( 
   FormsPageType 
); 

Property Value

The default value is FormsPageType.Normal.

Remarks

FilledFormType is used by the engine when creating form pages during the recognition process. The value set here will be used as the value of PageType object passed to FormsRecognitionEngine.AddFormPage.

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.Auto Assembly