←Select platform

RecognizeFirstPageOnly Property

Summary

Recognize the form based on the first page only.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly