FormSuite v6.0 - Updated
TotalOmrTime Property




Accusoft.FormsAPI.Net Assembly > 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
'Declaration
 
Public Property TotalOmrTime As TimeSpan
'Usage
 
Dim instance As FormTimingResult
Dim value As TimeSpan
 
instance.TotalOmrTime = value
 
value = instance.TotalOmrTime
public TimeSpan TotalOmrTime {get; set;}
public: __property TimeSpan get_TotalOmrTime();
public: __property void set_TotalOmrTime( 
   TimeSpan value
);
public:
property TimeSpan TotalOmrTime {
   TimeSpan get();
   void set (    TimeSpan value);
}
See Also

Reference

FormTimingResult Class
FormTimingResult Members

Is this page helpful?
Yes No
Thanks for your feedback.