←Select platform

RecognizeFirstPageOnly Property

Summary
Gets or sets the method of recognizing unknown forms.

Syntax
C#
VB
C++
Java
public bool RecognizeFirstPageOnly { get; set; } 
  
Public Property RecognizeFirstPageOnly As Boolean 
getRecognizeFirstPageOnly(); 
public void setRecognizeFirstPageOnly( 
   boolean 
); 
public: 
property bool RecognizeFirstPageOnly { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True if the comparison is going to be done based on the first page of the form, otherwise false.

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.