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




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class > CreateRecGUIPage Method : CreateRecGUIPage(ImGearRasterPage,ImGearARTPage) Method
Raster page to be imported into the recognition engine and recognition zone editor GUI.
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 raster page, and optionally an ART page.
Syntax
'Declaration
 
Public Overloads Function CreateRecGUIPage( _
   ByVal page As ImGearRasterPage, _
   ByVal annotationPage As ImGearARTPage _
) As ImGearRecPage
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim page As ImGearRasterPage
Dim annotationPage As ImGearARTPage
Dim value As ImGearRecPage
 
value = instance.CreateRecGUIPage(page, annotationPage)
public ImGearRecPage CreateRecGUIPage( 
   ImGearRasterPage page,
   ImGearARTPage annotationPage
)
public: ImGearRecPage* CreateRecGUIPage( 
   ImGearRasterPage* page,
   ImGearARTPage* annotationPage
) 
public:
ImGearRecPage^ CreateRecGUIPage( 
   ImGearRasterPage^ page,
   ImGearARTPage^ annotationPage
) 

Parameters

page
Raster page to be imported into the recognition engine and recognition zone editor GUI.
annotationPage
Annotation page corresponding to the recognition page, or null if the application is not using ART with the recognition page.

Return Value

ImageGear.Recognition.ImGearRecPage class. Recognition page created from the raster page passed into the method. This page can be used for recognition tasks, or ignored if the application only needs to work with the zone editing GUI (and not also performing recognition, for example).
Remarks
This method creates a recognition GUI page from an existing raster page, and optionally an ART page. The raster page will be imported into the recognition engine and the resulting ImGearRecPage will be returned by this method. 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
ImGearRasterPage Class
ImGearARTPage Class
ImGearRecPage Class