←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 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.