Leadtools.Forms.Recognition Namespace > FormRecognitionResult Class : PageResults Property |
public IList<PageRecognitionResult> PageResults {get;}
'Declaration Public ReadOnly Property PageResults As IList(Of PageRecognitionResult)
'Usage Dim instance As FormRecognitionResult Dim value As IList(Of PageRecognitionResult) value = instance.PageResults
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <PageRecognitionResult> PageResults {get;}
get_PageResults();
public: property IList<PageRecognitionResult^>^ PageResults { IList<PageRecognitionResult^>^ get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2