Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
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.