FormSuite v6.0 - Updated
TotalIcrTime Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > FormTimingResult Class : TotalIcrTime Property
Gets or sets a value indicating the total amount of time spent performing ICR on field images.
Syntax
'Declaration
 
Public Property TotalIcrTime As TimeSpan
'Usage
 
Dim instance As FormTimingResult
Dim value As TimeSpan
 
instance.TotalIcrTime = value
 
value = instance.TotalIcrTime
public TimeSpan TotalIcrTime {get; set;}
public: __property TimeSpan get_TotalIcrTime();
public: __property void set_TotalIcrTime( 
   TimeSpan value
);
public:
property TimeSpan TotalIcrTime {
   TimeSpan get();
   void set (    TimeSpan value);
}
See Also

Reference

FormTimingResult Class
FormTimingResult Members

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