Statistics.DecompTime Property
|
This property returns the time that the engine spent on the image's page-layout decomposition, i.e. auto-zoning.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int DecompTime { get; }
Public ReadOnly Property DecompTime As Integer
Get
public:
property int DecompTime {
int get ();
}
Property Value
Type:
Int32
Remarks
This value is measured in milliseconds.
See Also