Cuminas DjVu SDK for .NET Framework
Zoom Property



Gets/Sets the zoom level of the pages.
Syntax
Public Property Zoom As Integer
Dim instance As Annotation
Dim value As Integer
 
instance.Zoom = value
 
value = instance.Zoom
public int Zoom {get; set;}
public:
property int Zoom {
   int get();
   void set (    int value);
}

Property Value

The zoom value should be in 1-1600 range.
Remarks
If this SpecialZoomMode is set to SpecialZoomMode.None, Zoom property is used.
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
SpecialZoomMode Property

Send Feedback