←Select platform

RecognizeFirstPageOnly Property

Summary

Gets or sets the method of recognizing unknown forms.

Syntax

C#
VB
C++
public bool RecognizeFirstPageOnly { get; set; } 
  
Public Property RecognizeFirstPageOnly As 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly