ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRImage Class / Export Method




In This Topic
    Export Method (ImGearOCRImage)
    In This Topic
    Exports the image to an ImageGear.Core.ImGearRasterPage object.
    Syntax
    'Declaration
     
    Public MustOverride Function Export() As ImGearRasterPage
    'Usage
     
    Dim instance As ImGearOCRImage
    Dim value As ImGearRasterPage
     
    value = instance.Export()
    public abstract ImGearRasterPage Export()
    public: abstract ImGearRasterPage* Export(); 
    public:
    abstract 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