public NetOffice.MSHTMLApi.IHTMLImgElement create(object width, object height)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(width, height);
            object   returnItem  = Invoker.MethodReturn(this, "create", paramsArray);

            NetOffice.MSHTMLApi.IHTMLImgElement newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLImgElement;
            return(newObject);
        }
        public NetOffice.MSHTMLApi.IHTMLImgElement create()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "create", paramsArray);

            NetOffice.MSHTMLApi.IHTMLImgElement newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLImgElement;
            return(newObject);
        }