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

Leadtools.Forms.Auto Assembly

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