pageNumber Property

<

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

(This property was removed in version 19.0.0.49. Please see BeginPosition and EndPosition instead.)

When used as a parameter to DocumentViewerText.Find, the PageNumber specifies the page number where text search should start.

When using DocumentViewerText.LastFindText, the PageNumber contains the page number where the text was last found.

For more information, refer to DocumentViewerText.Find.

History

19.0.0.49
Removed - Replaced by BeginPosition and EndPosition
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly