====== 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 ==== var pDocument = Marker.Document; ==== Visual Basic Script ==== pDocument = Marker.Document ==== C++ ==== CComPtr pDocument; HRESULT hr = Marker.get_Document(&pDocument); ===== See Also ===== [[:scripting:api:marker:start|IMarker]] ~~NOTOC~~