ActiveReports.Viewer3 Request technical support
Zoom Property
See Also 


Returns the viewer's new Zoom value.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Zoom As Single
Visual Basic (Usage)Copy Code
Dim instance As ZoomChangedEventArgs
Dim value As Single
 
value = instance.Zoom
C# 
public float Zoom {get;}

See Also