Public ReadOnly Property Bookmark As Bookmark
Dim instance As Document Dim value As Bookmark value = instance.Bookmark
public Bookmark Bookmark {get;}
public: property Bookmark^ Bookmark { Bookmark^ get(); }
The root Bookmark object associated to the Document object.
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
Document Class Document Members