Creates ZoomFactorCollection with the provided zoom factors.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.54.0

Syntax

C#
public ZoomFactorCollection(
	params double[] factors
)
Visual Basic
Public Sub New ( _
	ParamArray factors As Double() _
)

Parameters

factors
Type: array<System..::..Double>[]()[][]
The zoom factors used to initialize this ZoomFactorCollection

See Also