←Select platform

IsMaster Property

Summary

Returns a value that indicates whether these attributes are for a Master Form.

Syntax

C#
VB
C++
Java
public bool IsMaster { get; set; } 
  
Public Property IsMaster As Boolean 
public boolean isMaster(); 
public: 
property bool IsMaster { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if this is a Master Form; otherwise, false.

Remarks

Use this property to check if this form properties belong to a master form, i.e., a form that was created with the FormRecognitionEngine.CreateMasterForm method or a normal form, i.e., a form that was created with the FormRecognitionEngine.CreateForm method.

Example

For an example, refer to PageRecognitionOptions.

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.Recognition Assembly