Cuminas DjVu SDK for .NET Framework
SharedAnnotation Property



Gets the shared Annotation object associated to the Document object.
Syntax
Public ReadOnly Property SharedAnnotation As Annotation
Dim instance As Document
Dim value As Annotation
 
value = instance.SharedAnnotation
public Annotation SharedAnnotation {get;}
public:
property Annotation^ SharedAnnotation {
   Annotation^ get();
}

Property Value

The shared Annotation object associated to the Document object.
Example
For the samples, see Adding Annotations.
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