←Select platform

CloseForm Method

Summary

Closes an open FormRecognitionAttributes object associated with a Form.

Syntax

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

Parameters

attributes
An open FormRecognitionAttributes object.

Remarks

Call this method to update the 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 a Form attributes object. To close a Master Form attribute object call the CloseMasterForm 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