Cuminas DjVu SDK for .NET Framework
OwnerDocument Property



Gets the owner document of the annotation object.
Syntax
Public ReadOnly Property OwnerDocument As Document
Dim instance As Annotation
Dim value As Document
 
value = instance.OwnerDocument
public Document OwnerDocument {get;}
public:
property Document^ OwnerDocument {
   Document^ get();
}

Property Value

The Document object which owns this object.
Requirements

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

See Also

Reference

Annotation Class
Annotation Members
Document Class

Send Feedback