Accusoft.Forms1 - Updated
IdentificationTime Property



Accusoft.Forms Namespace > FormTimingResult Class : IdentificationTime Property
Gets or sets a value indicating the amount of time spent identifying the image.
Syntax
Public Property IdentificationTime As TimeSpan
Dim instance As FormTimingResult
Dim value As TimeSpan
 
instance.IdentificationTime = value
 
value = instance.IdentificationTime
public TimeSpan IdentificationTime {get; set;}
public:
property TimeSpan IdentificationTime {
   TimeSpan get();
   void set (    TimeSpan value);
}
See Also

Reference

FormTimingResult Class
FormTimingResult Members