Implements the IMasterForm interface for Master Forms stored on the local disk. It provides methods to read and write Master Form attributes, and to process form fields and images on the local disk.
Syntax
public class DiskMasterForm : IMasterForm
Public Class DiskMasterForm
Implements IMasterForm
public class DiskMasterForm
implements IMasterForm
public ref class DiskMasterForm : public IMasterForm
This class is the LEADTOOLS implementation of the IMasterForm interface for Master Forms stored on the local disk. You can create your own custom implementation if your storage requirements are different.
The source code for this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
A DiskMasterForm is a group of files containing the information needed to recognize and process a form on the local disk. Each directory can have a Master.
Each Master Form has three files (one mandatory and two optional). The mandatory file is the attributes file stored using the Master Form's filename with a ".bin" extension. The first optional file is a Processing fields file, needed when the Master Form has fields to be processed. It is stored using the Master Form's filename with an ".xml" extension. The second optional file is the image file. It is stored using the Master Form's filename with a ".tif" extension. Images are usually stored as 1-bit black and white images.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document