ImageGear .NET - Updated
Image Property (ImGearRecPage)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPage Class : Image Property
Gets access to image properties and processing methods.
Syntax
'Declaration
 
Public ReadOnly Property Image As ImGearRecImage
'Usage
 
Dim instance As ImGearRecPage
Dim value As ImGearRecImage
 
value = instance.Image
public ImGearRecImage Image {get;}
public: __property ImGearRecImage* get_Image();
public:
property ImGearRecImage^ Image {
   ImGearRecImage^ get();
}

Property Value

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

Reference

ImGearRecPage Class
ImGearRecPage Members
ImGearRecImage Class