←Select platform

AddMasterForm(FormRecognitionAttributes,FormPages,Uri) Method

Summary
Adds a new Master Form to this category in both the storage device and MasterForms.

Syntax
C#
C++/CLI
Java
Python
public abstract IMasterForm addMasterForm( 
   FormRecognitionAttributes attributes, 
   FormPages fields, 
   java.net.URI url 
); 
IMasterForm^ AddMasterForm(  
   FormRecognitionAttributes^ attributes, 
   FormPages^ fields, 
   Uri^ url 
)  
def AddMasterForm(self,attributes,fields,url): 

Parameters

attributes
Master Form attributes.

fields
Master Form fields.

url
A System.Uri containing the name of the Master Form image data.

Return Value

Returns an object of the created IMasterForm.

Remarks

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.

Example

A full example implementation of this interface can be found in <INSTALLDIR>\Examples\Forms\DotNet\AutoMasterFormsRepository.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.