ImageGear .NET - Updated
IsValid Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPage Class : IsValid Property
Gets a value indicating whether ImGearRecPage object is valid, that is, can be used for processing/preprocessing, recognition and so on.
Syntax
'Declaration
 
Public ReadOnly Property IsValid As Boolean
'Usage
 
Dim instance As ImGearRecPage
Dim value As Boolean
 
value = instance.IsValid
public bool IsValid {get;}
public: __property bool get_IsValid();
public:
property bool IsValid {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearRecPage Class
ImGearRecPage Members