WaitBeforeScreenshots property
Use this property to set and retrieve the amount of time in milliseconds that Eyes will wait before capturing a screenshot.
When a large image is captured with multiple sub-images using scrolling and stitching, Eyes will wait the amount of time specified by this method before capturing each sub-image.
Syntax
int value; // give relevant initial value
eyes.WaitBeforeScreenshots = value;
value = eyes.WaitBeforeScreenshots
Type:int