Xamarin.Android

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

    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 Description
    ZoomType

    None

    Indicates to use the explicit zoom percentage.

    Declaration
    public const ZoomType None
    Field Value
    Type Description
    ZoomType

    PageWidth

    Zoom percentage is automatically recalculated to fit page width.

    Declaration
    public const ZoomType PageWidth
    Field Value
    Type Description
    ZoomType

    TextFit

    Zoom percentage is automatically recalculated to fit text.

    Declaration
    public const ZoomType TextFit
    Field Value
    Type Description
    ZoomType

    value__

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