Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property MasterForm As IMasterForm |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IMasterForm MasterForm {get;} |
C++/CLI | |
---|---|
public: property IMasterForm^ MasterForm { IMasterForm^ get(); } |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family