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




In This Topic
    ImGearOCRImage Class
    In This Topic
    Image to be recognized, associated with an ImGearOCRPage class object and exposed via ImGearOCRPage.Image property.
    Object Model
    ImGearOCRImage ClassImGearRasterPage Class
    Syntax
    'Declaration
     
    Public MustInherit Class ImGearOCRImage 
    'Usage
     
    Dim instance As ImGearOCRImage
    public abstract class ImGearOCRImage 
    public __gc abstract class ImGearOCRImage 
    public ref class ImGearOCRImage abstract 
    Remarks
    This is the image stored within the recognition engine as a result of an ImGearOCR.ImportPage method call.
    Inheritance Hierarchy

    System.Object
       ImageGear.OCR.ImGearOCRImage

    See Also