C#
VB
C++
Default value for PageRecognitionOptions.PageType.
public FormsPageType FilledFormType { get; set; }
Public Property FilledFormType() As FormsPageType
Get
Set
public:
property FormsPageType^ FilledFormType
{
FormsPageType^ get()
void set(FormsPageType^ value)
}
The default value is FormsPageType.Normal.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET