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