Gets the processed form fields.
public FormPages FormFields { get; }
Public ReadOnly Property FormFields As Leadtools.Forms.Processing.FormPages
public:
property Leadtools.Forms.Processing.FormPages^ FormFields {
Leadtools.Forms.Processing.FormPages^ get();
}
Returns the processed form fields of the Master Form if any, otherwise it returns null.
Leadtools.Forms.Processing.FormPages is the processed Form fields. Each field has the result of its processing. The fields of the form to be processed are obtained from IMasterForm in RecognitionResult by calling IMasterForm.ReadFields. If the Master Form has no fields to process, FormFields will be null.
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