ImageGear .NET v24.12 - Updated
CreateRecGUIPage(ImGearRecPage,ImGearARTPage) Method




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class > CreateRecGUIPage Method : CreateRecGUIPage(ImGearRecPage,ImGearARTPage) Method
Recognition page whose zones are to be edited/displayed.
Annotation page corresponding to the recognition page, or null if the application is not using ART with the recognition page.
Creates a recognition GUI page from an existing recognition page, and optionally an ART page.
Syntax
'Declaration
 
Public Overloads Sub CreateRecGUIPage( _
   ByVal recognitionPage As ImGearRecPage, _
   ByVal annotationPage As ImGearARTPage _
) 
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim recognitionPage As ImGearRecPage
Dim annotationPage As ImGearARTPage
 
instance.CreateRecGUIPage(recognitionPage, annotationPage)
public void CreateRecGUIPage( 
   ImGearRecPage recognitionPage,
   ImGearARTPage annotationPage
)
public: void CreateRecGUIPage( 
   ImGearRecPage* recognitionPage,
   ImGearARTPage* annotationPage
) 
public:
void CreateRecGUIPage( 
   ImGearRecPage^ recognitionPage,
   ImGearARTPage^ annotationPage
) 

Parameters

recognitionPage
Recognition page whose zones are to be edited/displayed.
annotationPage
Annotation page corresponding to the recognition page, or null if the application is not using ART with the recognition page.
Remarks
This method creates a recognition GUI page from an existing recognition page, and optionally an ART page. If an ART page is specified, it will be used for displaying and editing zones visually. Otherwise, an internally created ART page will be used.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members
Overload List
ImGearRecPage Class
ImGearARTPage Class