Cuminas DjVu SDK for .NET Framework
MapAreas Property



Collection of the MapArea objects in the page.
Syntax
Public Property MapAreas As MapAreaCollection
Dim instance As Annotation
Dim value As MapAreaCollection
 
instance.MapAreas = value
 
value = instance.MapAreas
public MapAreaCollection MapAreas {get; set;}
public:
property MapAreaCollection^ MapAreas {
   MapAreaCollection^ get();
   void set (    MapAreaCollection^ value);
}

Property Value

If the object is a shared annotation, this collection should be empty.
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
MapArea Class

Send Feedback