FormSuite v6.0 - Updated
TotalFTCPTime Property




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

Reference

FormTimingResult Class
FormTimingResult Members

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