ImageGear .NET - Updated
DecompTime Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecStatistics Class : DecompTime Property
Gets time spent on the image's page-layout decomposition, i.e. auto-zoning.
Syntax
'Declaration
 
Public ReadOnly Property DecompTime As Integer
'Usage
 
Dim instance As ImGearRecStatistics
Dim value As Integer
 
value = instance.DecompTime
public int DecompTime {get;}
public: __property int get_DecompTime();
public:
property int DecompTime {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearRecStatistics Class
ImGearRecStatistics Members