←Select platform

IsMaster Property

Summary

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

Syntax

C#
VB
C++
public bool IsMaster {get; set;}
Public Property IsMaster As Boolean
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Recognition Assembly
Click or drag to resize