menu

Document Processing

ZoomMode Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ZoomMode Class

    Specifies ZoomMode.

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

    Fields

    Default

    Displays with detault.

    Declaration
    public const ZoomMode Default
    Field Value
    Type
    ZoomMode

    FitPage

    Fits the entire page in the viewer.

    Declaration
    public const ZoomMode FitPage
    Field Value
    Type
    ZoomMode

    FitWidth

    Fits the width of the page in the viewer.

    Declaration
    public const ZoomMode FitWidth
    Field Value
    Type
    ZoomMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved