Gets or sets the array of preset zoom factors.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public float[] ZoomSteps { get; set; }
Visual Basic
Public Property ZoomSteps As Single()
	Get
	Set

Field Value

The array of float values used as preset zoom factors.

See Also