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