ActiveReports.Viewer3 Request technical support
ZoomChangedEventArgs Constructor(Single)
See Also 


zoom
Specifies the new zoom value.
Initializes an instance of the ZoomChangedEventArgs class and sets the Zoom property value.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal zoom As Single _
)
Visual Basic (Usage)Copy Code
Dim zoom As Single
 
Dim instance As ZoomChangedEventArgs(zoom)
C# 
public ZoomChangedEventArgs( 
   float zoom
)

Parameters

zoom
Specifies the new zoom value.

See Also