Cuminas DjVu SDK for .NET Framework
Bookmark Property



Gets the root Bookmark object associated to the Document object.
Syntax
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();
}

Property Value

The root Bookmark object associated to the Document object.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members

Send Feedback