Share via


ImgElement.Document Property

SharePoint Designer Developer Reference

Returns an Object that represents the parent document for an IMG element.

Syntax

expression.Document

expression   Required. A variable that represents an ImgElement object.

Remarks

Use the Document property to retrieve information about a document, to examine and modify the HTML elements and text within the document, and to process events.

See Also