__IE_BrowseDocument property

Retrieves the document object of the page being printed or print-previewed.

Syntax

JScript
p = object.__IE_BrowseDocument

 

Property values

Type: Object

One of the values in the Property Values section.

Remarks

The document object retrieved by this property is a scripting-disabled copy of the document object displayed in the WebBrowser control.

The __IE_BrowseDocument property retrieves the same reference as the contentDocument.