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




In This Topic
    Parent Property (ImGearOCRPage)
    In This Topic
    Gets reference to parent ImGearOCR class object.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Parent As ImGearOCR
    'Usage
     
    Dim instance As ImGearOCRPage
    Dim value As ImGearOCR
     
    value = instance.Parent
    public abstract ImGearOCR Parent {get;}
    public: __property abstract ImGearOCR* get_Parent();
    public:
    abstract property ImGearOCR^ Parent {
       ImGearOCR^ get();
    }
    See Also