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. ====== Document ====== Property of [[:scripting:api:marker:start|IMarker]] ===== Description ===== Document ===== Property type ===== Read-Only Property of type **[[:scripting:api:base-document:start|IBaseDocument]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pDocument = Marker.Document; </code>==== Visual Basic Script ==== <code vb> pDocument = Marker.Document </code>==== C++ ==== <code cpp> CComPtr<IBaseDocument> pDocument; HRESULT hr = Marker.get_Document(&pDocument); </code>===== See Also ===== [[:scripting:api:marker:start|IMarker]] ~~NOTOC~~