alexa
menu

Document Processing

    Show / Hide Table of Contents

    ZoomMode Class

    Enumerates the values that represent the zoom mode of the viewer

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

    Fields

    Default

    Magnifies the PDF document to the zoom level specified by the SfPdfViewer.ZoomFactor property.

    Declaration
    public const ZoomMode Default
    Field Value
    Type
    ZoomMode

    FitToPage

    Magnifies the PDF document so that the entire PDF page is visible in the view port.

    Declaration
    public const ZoomMode FitToPage
    Field Value
    Type
    ZoomMode

    FitToWidth

    Magnifies the PDF document so that the widest page of the PDF document is fit to the width of the view port.

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