| Visual Basic (Declaration) | |
|---|---|
Public Property Properties As FormRecognitionProperties | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public FormRecognitionProperties Properties {get; set;} | |
| C++/CLI | |
|---|---|
public: property FormRecognitionProperties Properties { FormRecognitionProperties get(); void set (FormRecognitionProperties value); } | |
Return Value
FormRecognitionProperties of the Master Form of the type of the recognized form.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code