Accusoft.Forms1 - Updated
TotalBarcodeTime Property



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

Reference

FormTimingResult Class
FormTimingResult Members