Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerFindText Class : PageNumber Property |
public int PageNumber {get; set;}
'Declaration
Public Property PageNumber As Integer
'Usage
Dim instance As DocumentViewerFindText Dim value As Integer instance.PageNumber = value value = instance.PageNumber
When used as a parameter to Find, the PageNumber specifies the page number where text search should start.
When using LastFindText, the PageNumber contains the page number where the text was last found.
For an example, refer to Find.