The information in this topic may be out of date. The current SDK reference guide has moved here.
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
Call syntax
BOOL configval; // give relevant initial value
config.forceFullPageScreenshot = configval
configval = config.forceFullPageScreenshot
Declaration
(assign, nonatomic) BOOL forceFullPageScreenshot
Type:BOOL
If this paramter has a value of true, then Eyes will do scrolling and stitching if necessary. If false, then the result is browser dependent.