Reads Master Form processing fields.
public FormPages ReadFields()
Public Function ReadFields() As Leadtools.Forms.Processing.FormPages
public:
Leadtools.Forms.Processing.FormPages^ ReadFields();
Master Form fields if it exists, otherwise it returns null.
The source code for this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Master Form fields file has the name of the Master Form with ".xml" extension the file path is Path + ".xml"
If the file does not exist it returns null
For an example, refer to AutoFormsEngine.ProcessPage(RasterImage page, int pageNumber, FormRecognitionAttributes masterAttributes, FormPage pageFields).
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