Accusoft.Forms1 - Updated
TotalOmrTime Property



Accusoft.Forms Namespace > FormTimingResult Class : TotalOmrTime Property
Gets or sets a value indicating the total amount of time spent performing OMR on field images.
Syntax
Public Property TotalOmrTime As TimeSpan
Dim instance As FormTimingResult
Dim value As TimeSpan
 
instance.TotalOmrTime = value
 
value = instance.TotalOmrTime
public TimeSpan TotalOmrTime {get; set;}
public:
property TimeSpan TotalOmrTime {
   TimeSpan get();
   void set (    TimeSpan value);
}
See Also

Reference

FormTimingResult Class
FormTimingResult Members