public IMasterForm AddMasterForm(
FormRecognitionAttributes attributes,
FormPages fields,
RasterImage form
)
public abstract IMasterForm addMasterForm(
FormRecognitionAttributes attributes,
FormPages fields,
RasterImage form
);
IMasterForm^ AddMasterForm(
FormRecognitionAttributes^ attributes,
FormPages^ fields,
RasterImage^ form
)
def AddMasterForm(self,attributes,fields,form):
attributes
Master Form attributes.
fields
Master Form fields.
form
Master Form image.
Returns an object of the created IMasterForm.
Master Form information contain a form's attributes, fields, and image.
Each Master Form must have an attributes, if attributes is null, it will throw an exception.
The created Master Form is added to MasterForms and should also be created on the storage device.
The repository does not need to be refreshed after this modification to the storage device since the repository is updated by this method.
A full example implementation of this interface can be found in <INSTALLDIR>\Examples\Forms\DotNet\AutoMasterFormsRepository
.
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