- attributes
- An open FormRecognitionAttributes object.
Visual Basic (Declaration) | |
---|---|
Public Sub CloseMasterForm( _ ByVal attributes As FormRecognitionAttributes _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void CloseMasterForm( FormRecognitionAttributes attributes ) |
C++/CLI | |
---|---|
public: void CloseMasterForm( FormRecognitionAttributes^ attributes ) |
Parameters
- attributes
- An open FormRecognitionAttributes object.
This method is called to update Master 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 Master Form attributes, this method does not work for Forms attributes. To close Forms attributes use FormRecognitionEngine.CloseForm.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family