Gets or sets the method of recognizing unknown forms.
             
             
             
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property RecognizeFirstPageOnly As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As AutoFormsEngine
Dim value As Boolean
 
instance.RecognizeFirstPageOnly = value
 
value = instance.RecognizeFirstPageOnly
  | 
 
| C# |   | 
|---|
public bool RecognizeFirstPageOnly {get; set;} | 
 
| C++/CLI |   | 
|---|
public:
property bool RecognizeFirstPageOnly {
   bool get();
   void set (bool value);
} | 
 
             
             
            Return Value
True if the comparison is going to be done based on the first page of the form, otherwise false.
  
             
             
            
Example
 
            
            Remarks
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0,  Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also