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. ====== Data ====== Property of [[:scripting:api:base-document:start|IBaseDocument]] ===== Description ===== Binary Content of the document ===== Property type ===== Read-Only Property of type **[[:scripting:api:stream:start|IStream]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pData = BaseDocument.Data; </code>==== Visual Basic Script ==== <code vb> pData = BaseDocument.Data </code>==== C++ ==== <code cpp> CComPtr<IStream> pData; HRESULT hr = BaseDocument.get_Data(&pData); </code>===== See Also ===== [[:scripting:api:base-document:start|IBaseDocument]] ~~NOTOC~~