pageNumber Property (DocumentViewerFindText)

Summary

The page number of this find text object.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerFindText.prototype, 'pageNumber', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
pageNumber: number;

Property Value

The 1-based page number of this find text object. Default value is 1.

Remarks

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.

Example

For an example, refer to Find.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize