←Select platform

DiskMasterForm Class

Summary

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

C#
VB
C++
public class DiskMasterForm : IMasterForm 
  
Public Class DiskMasterForm  
   Implements Leadtools.Forms.Auto.IMasterForm  
public ref class DiskMasterForm : public Leadtools.Forms.Auto.IMasterForm   

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly