HideScrollbars property
Use this property to set and retrieve whether Eyes hides the scrollbars before capturing screenshots or not.
This is useful for eliminating false mismatches that are due to differences in the scrollbar position when the checkpoint is captured.
Syntax
bool value; // give relevant initial value
eyes.HideScrollbars = value;
value = eyes.HideScrollbars
Type:bool