Leadtools.Documents.UI Namespace > DocumentViewerFindText Object : PageNumber Property |
get_pageNumber();
set_pageNumber(value);
Object.defineProperty('pageNumber');
Type | Description |
---|---|
int | The 1-based page number of this find text object. Default value is 1. |
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.