Accusoft.Forms1 - Updated
TotalFTCPTime Property



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 TotalFTCPTime {
   TimeSpan get();
   void set (    TimeSpan value);
}
See Also

Reference

FormTimingResult Class
FormTimingResult Members