Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Unload ====== Method of [[:scripting:api:external-document-view:start|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 ==== <code javascript> ExternalDocumentView.Unload(); </code>==== Visual Basic Script ==== <code vb> ExternalDocumentView.Unload </code>==== C++ ==== <code cpp> HRESULT hr = ExternalDocumentView.Unload(); </code>===== See Also ===== [[:scripting:api:external-document-view:start|IExternalDocumentView]] ~~NOTOC~~