PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / ZoomSteps Property

In This Topic
    ZoomSteps Property (C1PreviewPane)
    In This Topic
    Gets or sets the array of preset zoom factors.
    Syntax
    'Declaration
     
    Public Property ZoomSteps As Single()
    public float[] ZoomSteps {get; set;}

    Property Value

    The array of float values used as preset zoom factors.
    See Also