OK I see some changes in whole C# code for making a screensot after I upgraded zennoposter. Lately this code worked:
HtmlElement he = instance.ActiveTab.FindElementByAttribute("body","fulltag","body","text",0);
int heHeight = Convert.ToInt32(he.GetAttribute("height"));
int heWidth =...