←Select platform

CandidatePageNumber Property

Summary

Page number of the candidate page found with full text search.

Syntax
C#
VB
C++
Java
public int CandidatePageNumber { get; set; } 
Public MustOverride Property CandidatePageNumber() As Integer 
public:  
   virtual property int CandidatePageNumber 
   { 
      int get() abstract; 
      void set(int value) abstract; 
   } 
getCandidatePageNumber(); 
public abstract void setCandidatePageNumber( 
   int 
); 

Property Value

The 1-based page number of the candidate page found with full text search. Default value is 0.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.