UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageViewMode

    Show / Hide Table of Contents

    Class PageViewMode

    Enumerates values that specify the view mode of the SfPdfViewerControl.

    Inheritance
    System.Object
    PageViewMode
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public sealed class PageViewMode : Enum

    Fields

    FitWidth

    The page is fit to the width of the view port.

    Declaration
    public const PageViewMode FitWidth
    Field Value
    Type Description
    PageViewMode

    Normal

    The page is displayated at its original size.

    Declaration
    public const PageViewMode Normal
    Field Value
    Type Description
    PageViewMode

    OnePage

    Only one page is visible in the view port.

    Declaration
    public const PageViewMode OnePage
    Field Value
    Type Description
    PageViewMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved