The MasterForm Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
IMasterForm for the Master Form of the type of the recognized page.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property MasterForm As IMasterForm |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AutoFormsRecognizePageResult Dim value As IMasterForm value = instance.MasterForm |
C# | |
---|---|
public IMasterForm MasterForm {get;} |
C++/CLI | |
---|---|
public: property IMasterForm^ MasterForm { IMasterForm^ get(); } |
Property Value
IMasterForm for the Master Form of the recognized type.For an example, refer to AutoFormsEngine.ProcessPage(RasterImage page, int pageNumber, FormRecognitionAttributes masterAttributes, FormPage pageFields).
IMasterForm provides Master Form's attributes, processing fields, and image.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7