Kimono.KHTMLPart.AutoloadImages C# (CSharp) Method

AutoloadImages() public method

Returns whether images contained in the document are loaded automatically or not. @note that the returned information is unrelieable as long as no begin() was called.
public AutoloadImages ( ) : bool
return bool
        public bool AutoloadImages()
        {
            return (bool) interceptor.Invoke("autoloadImages", "autoloadImages() const", typeof(bool));
        }
KHTMLPart