Cuminas DjVu SDK for .NET Framework
Owner Property (Annotation)



Gets the owner page of the annotation.
Syntax
Public ReadOnly Property Owner As Page
Dim instance As Annotation
Dim value As Page
 
value = instance.Owner
public Page Owner {get;}
public:
property Page^ Owner {
   Page^ get();
}

Property Value

The Page object which owns this object. It may be null if object is a shared annotation.
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
Page Class

Send Feedback