Kimono.KHTMLPart.BackgroundURL C# (CSharp) Method

BackgroundURL() public method

Returns the URL for the background Image (used by save background)
public BackgroundURL ( ) : Kimono.KUrl
return Kimono.KUrl
        public KUrl BackgroundURL()
        {
            return (KUrl) interceptor.Invoke("backgroundURL", "backgroundURL() const", typeof(KUrl));
        }
KHTMLPart