←Select platform

CloseMasterForm Method

Summary

Closes an open FormRecognitionAttributes object associated with a Master Form.

Syntax

C#
VB
C++
Java
public void CloseMasterForm( 
   FormRecognitionAttributes attributes 
) 
  
Public Sub CloseMasterForm( _ 
   ByVal attributes As FormRecognitionAttributes _ 
)  
public void closeMasterForm( 
   FormRecognitionAttributes attributes 
); 
public: 
void CloseMasterForm(  
   FormRecognitionAttributes^ attributes 
)  

Parameters

attributes
An open FormRecognitionAttributes object.

Remarks

Call this method to update a Master Form attribute object with changes like page additions or deletions that have been made since this object was last opened or created. This method works only with Master Form attribute objects. To close a Form attribute object call the CloseForm method.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly