Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomMode

    set the ZoomMode on rendering

    Inheritance
    System.Object
    ZoomMode
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ZoomMode : Enum

    Fields

    Default

    Sets the Zoom Mode by Default. It represents the page rendered based on the zoom percentage.

    Declaration
    public const ZoomMode Default
    Field Value
    Type Description
    ZoomMode

    FitToPage

    Sets the ZoomMode by FitToPage. It represents the page rendered based on the page container height.

    Declaration
    public const ZoomMode FitToPage
    Field Value
    Type Description
    ZoomMode

    FitToWidth

    Sets the Zoom Mode by FitToWidth. It represents the page rendered based on the page container width.

    Declaration
    public const ZoomMode FitToWidth
    Field Value
    Type Description
    ZoomMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved