Accusoft.Forms1 - Updated
AlignmentTime Property



Accusoft.Forms Namespace > FormTimingResult Class : AlignmentTime Property
Gets or sets a value indicating the amount of time spent aligning the image.
Syntax
Public Property AlignmentTime As TimeSpan
Dim instance As FormTimingResult
Dim value As TimeSpan
 
instance.AlignmentTime = value
 
value = instance.AlignmentTime
public TimeSpan AlignmentTime {get; set;}
public:
property TimeSpan AlignmentTime {
   TimeSpan get();
   void set (    TimeSpan value);
}
See Also

Reference

FormTimingResult Class
FormTimingResult Members