PDFView4NET WPF Edition
PageNumber Property (PDFPageSearchTextResult)




O2S.Components.PDFView4NET.Text Namespace > PDFPageSearchTextResult Class : PageNumber Property
Gets the page number the search results belong to.
Syntax
'Declaration
 
Public ReadOnly Property PageNumber As Integer
'Usage
 
Dim instance As PDFPageSearchTextResult
Dim value As Integer
 
value = instance.PageNumber
public int PageNumber {get;}
public: __property int get_PageNumber();
public:
property int PageNumber {
   int get();
}

Property Value

The page on which the search results were found.
Requirements

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

See Also

Reference

PDFPageSearchTextResult Class
PDFPageSearchTextResult Members