I'm trying to take full height of a web page in WebKit Browser. Document.Bounds.Height
doesn't work, Document.Height
doesn't work, Document.ClientSize.Height
doesn't work, Document.Bottom
doesn't work. They all depend on the size of the window.
P.S.: I'm trying to capture snapshot of a web page, I just need sizes of the web page as Width and Height after navigating the page via WebKit Browser Control, the rest is easy. Btw, I couldn't find any useful information about WebKit.Interop; if there is a trick for this operation, please let me know.