Leadtools.Forms.Recognition Namespace > FormRecognitionProperties Structure : IsMaster Property |
public bool IsMaster {get; set;}
'Declaration Public Property IsMaster As Boolean
'Usage Dim instance As FormRecognitionProperties Dim value As Boolean instance.IsMaster = value value = instance.IsMaster
public bool IsMaster {get; set;}
get_IsMaster();
set_IsMaster(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2