ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPage Class / Image Property




In This Topic
    Image Property (ImGearOCRPage)
    In This Topic
    Gets access to image properties and processing methods.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Image As ImGearOCRImage
    'Usage
     
    Dim instance As ImGearOCRPage
    Dim value As ImGearOCRImage
     
    value = instance.Image
    public abstract ImGearOCRImage Image {get;}
    public: __property abstract ImGearOCRImage* get_Image();
    public:
    abstract property ImGearOCRImage^ Image {
       ImGearOCRImage^ get();
    }

    Property Value

    ImGearOCRImage class object.
    Remarks
    Provides access to image properties and processing methods for the image associated with this ImGearRecPage object. See ImGearOCRImage class.
    See Also