←Select platform

FilledFormType Property

Summary

Default value for PageRecognitionOptions.PageType.

Syntax
C#
C++/CLI
Java
Python
public FormsPageType FilledFormType { get; set; } 
public:  
   property FormsPageType^ FilledFormType 
   { 
      FormsPageType^ get() 
      void set(FormsPageType^ value) 
   } 
public FormsPageType getFilledFormType(); 
public void setFilledFormType( 
   FormsPageType formsPageType 
); 
FilledFormType # get and set (AutoFormsEngine) 

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

Leadtools.Forms.Auto Assembly

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