Leadtools.Forms.Auto Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DiskMasterForm Class
See Also  Members  
Leadtools.Forms.Auto Namespace : DiskMasterForm Class



Implements the IMasterForm interface for Master Forms stored on the local disk. It provides methods to read and write Master Forms attributes, processing fields, and images on the local disk.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class DiskMasterForm 
   Implements IMasterForm 
Visual Basic (Usage)Copy Code
Dim instance As DiskMasterForm
C# 
public class DiskMasterForm : IMasterForm  
C++/CLI 
public ref class DiskMasterForm : public IMasterForm  

Remarks

This class is the LEADTOOLS implementation for the IMasterForm interface for Master Forms stored on the local disk. You can create your own custom implementation in case your storage requirements are different.

The source code of this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

DiskMasterForm is a group of files contains the needed information to recognize and process the form on the local disk. each directory may have Master.

Each Master Form has three files (one mandatory and two optional). The mandatory file is the attributes file stored using the Master Form with extension ".bin". The first optional file is Processing fields file, it is needed if the Master Form has fields to be processed and it is stored using the Master Form name with extension ".xml". The second optional file is the image file, it is stored using the Master Form file name with extension ".tif". Images are usually stored as 1-bit black and white.

Inheritance Hierarchy

System.Object
   Leadtools.Forms.Auto.DiskMasterForm

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features