←Select platform

FilledFormType Property

Summary

Default value for PageRecognitionOptions.PageType.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly