Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property PageResults As IList(Of PageRecognitionResult) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IList<PageRecognitionResult> PageResults {get;} |
C++/CLI | |
---|---|
public: property IList<PageRecognitionResult>^ PageResults { IList<PageRecognitionResult>^ get(); } |
Return Value
List representing the results of the recognition process for the different Form pages.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family