Cuminas DjVu SDK for .NET Framework
Others Property



Gets/Sets unknown or unsupported annotation objects.
Syntax
Public Property Others As AnnoStringCollection
Dim instance As Annotation
Dim value As AnnoStringCollection
 
instance.Others = value
 
value = instance.Others
public AnnoStringCollection Others {get; set;}
public:
property AnnoStringCollection^ Others {
   AnnoStringCollection^ get();
   void set (    AnnoStringCollection^ value);
}
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

Send Feedback