←Select platform

CloseMasterForm Method

Summary
Closes an open FormRecognitionAttributes object associated with a Master Form.

Syntax
C#
C++/CLI
Java
Python
public void CloseMasterForm( 
   FormRecognitionAttributes attributes 
) 
public void closeMasterForm( 
   FormRecognitionAttributes attributes 
); 
public: 
void CloseMasterForm(  
   FormRecognitionAttributes^ attributes 
)  
def CloseMasterForm(self,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

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