←Select platform

RecognizeFirstPageOnly Property

Summary

Recognize the form based on the first page only.

Syntax
C#
C++/CLI
Java
Python
public bool RecognizeFirstPageOnly { get; set; } 
public:  
   property bool RecognizeFirstPageOnly 
   { 
      bool get() 
      void set(bool value) 
   } 
getRecognizeFirstPageOnly(); 
public void setRecognizeFirstPageOnly( 
   boolean 
); 
RecognizeFirstPageOnly # get and set (AutoFormsEngineCreateOptions) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.