Visual Basic (Declaration) | |
---|---|
Public Property IsMaster As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsMaster {get; set;} |
Return Value
true if this is a Master Form; otherwise, false.For an example, refer to PageRecognitionOptions.
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family