←Select platform

PageNumber Property (DocumentViewerFindText) (Removed)

<

Summary

The page number of this find text object.

Syntax

C#
VB
C++
public int PageNumber { get; set; } 
Public Property PageNumber() As Integer 
   Get 
   Set 
public: 
   property int PageNumber 
   { 
      int get() 
      void set(int value) 
   } 

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.WinForms Assembly