menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomType

    Specifies the type of zoom.

    Inheritance
    System.Object
    ZoomType
    Namespace: Syncfusion.DocIO
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class ZoomType : Enum

    Fields

    FullPage

    Zoom percentage is automatically recalculated to fit one full page.

    Declaration
    public const ZoomType FullPage
    Field Value
    Type
    ZoomType

    None

    Indicates to use the explicit zoom percentage.

    Declaration
    public const ZoomType None
    Field Value
    Type
    ZoomType

    PageWidth

    Zoom percentage is automatically recalculated to fit page width.

    Declaration
    public const ZoomType PageWidth
    Field Value
    Type
    ZoomType

    TextFit

    Zoom percentage is automatically recalculated to fit text.

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