Initializes a new instance of the Zoom structure.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public Zoom(
	double scale
)
Visual Basic (Declaration)
Public Sub New ( _
	scale As Double _
)
Visual C++
public:
Zoom(
	double scale
)

Parameters

scale
Type: System..::.Double
The scale.

See Also