ImageGear .NET - Updated
Export Method (ImGearRecImage)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecImage Class : Export Method
Exports the image to an ImageGear.Core.ImGearRasterPage object.
Syntax
'Declaration
 
Public Function Export() As ImGearRasterPage
'Usage
 
Dim instance As ImGearRecImage
Dim value As ImGearRasterPage
 
value = instance.Export()
public ImGearRasterPage Export()
public: ImGearRasterPage* Export(); 
public:
ImGearRasterPage^ Export(); 

Return Value

Remarks
Exports the image stored in the recognition engine to an ImageGear.Core.ImGearRasterPage object. This is useful if further processing or display of the image is desired.
See Also

Reference

ImGearRecImage Class
ImGearRecImage Members
ImGearRasterPage Class