Cuminas DjVu SDK for .NET Framework
Bounds Property (TextZone)



Syntax
Public Property Bounds As Rectangle
Dim instance As TextZone
Dim value As Rectangle
 
instance.Bounds = value
 
value = instance.Bounds
public Rectangle Bounds {get; set;}
public:
property Rectangle Bounds {
   Rectangle get();
   void set (    Rectangle value);
}
Requirements

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

See Also

Reference

TextZone Class
TextZone Members

Send Feedback