FormSuite v6.0 - Updated
AlignmentTime Property




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

Reference

FormTimingResult Class
FormTimingResult Members

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