Unload

Method of IExternalDocumentView

Description

Directs the view handler to release all resources that have been allocated based on the item passed in during the initialization.

Syntax

JavaScript

ExternalDocumentView.Unload();

Visual Basic Script

ExternalDocumentView.Unload

C++

HRESULT hr = ExternalDocumentView.Unload();

See Also

IExternalDocumentView