- attributes
- An open FormRecognitionAttributes object.
Visual Basic (Declaration) | |
---|---|
Public Sub CloseForm( _ ByVal attributes As FormRecognitionAttributes _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void CloseForm( FormRecognitionAttributes attributes ) |
C++/CLI | |
---|---|
public: void CloseForm( FormRecognitionAttributes^ attributes ) |
Parameters
- attributes
- An open FormRecognitionAttributes object.
For an example, refer to AddFormPage.
This method is called to update Forms attributes data with changes such page addition or page deletion that have been done since this attributes last open or create.
The attributes should be a Form attributes, this method does not work for Master Forms attributes. To close Master Forms attributes use FormRecognitionEngine.CloseMasterForm.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family