←Select platform

RecognizeFirstPageOnly Property

Summary

Recognize the form based on the first page only.

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

Property Value

true to recognize the form based on the first page only, otherwise; false. Default value is false.

Remarks

This value is set into the AutoFormsEngine.RecognizeFirstPageOnly property.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly