ForceFullPageScreenshot property
Use this property to set and retrieve whether or not Eyes does scrolling and stitching on pages whose size is greater than the viewport.
Syntax
bool value; // give relevant initial value
eyes.ForceFullPageScreenshot = value;
value = eyes.ForceFullPageScreenshot
Type:bool