- attributes
- The Master Form attributes object
Visual Basic (Declaration) | |
---|---|
Public Sub OpenMasterForm( _ ByVal attributes As FormRecognitionAttributes _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void OpenMasterForm( FormRecognitionAttributes attributes ) |
C++/CLI | |
---|---|
public: void OpenMasterForm( FormRecognitionAttributes^ attributes ) |
Parameters
- attributes
- The Master Form attributes object
For an example, refer to AddMasterFormPage.
The attributes should be a Form attributes, this method does not work for Master Forms attributes. To open a Master Forms attributes use FormRecognitionEngine.OpenForm.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family