Accusoft.Forms1 - Updated
TotalOcrTime Property



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

Reference

FormTimingResult Class
FormTimingResult Members