| Visual Basic (Declaration) | |
|---|---|
Public Property RecognitionDataFileName As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string RecognitionDataFileName {get; set;} | |
| C++/CLI | |
|---|---|
public: property String^ RecognitionDataFileName { String^ get(); void set (String^ value); } | |
Return Value
The name of the file that will be used to store the recognition results.Refer to RasterDocumentEngine.SaveResultOptions example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code