IGetSVGDocument::getSVGDocument Method

New for Windows Internet Explorer 9

Returns a document object that represents a Scalable Vector Graphics (SVG)file loaded into the document.

Syntax

HRESULT getSVGDocument(
    IDispatch **ppSVGDocument
);

Parameters

  • ppSVGDocument
    [out, retval] A reference to the SVG document object that results from this method.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The object returned by the IGetSVGDocument::getSVGDocument method is a subset of the standard document object.