Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfTransitionStyle

    Inheritance
    System.Object
    PdfTransitionStyle
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class PdfTransitionStyle : Enum

    Fields

    Blinds

    Multiple lines, evenly spaced across the screen, synchronously sweep in the same direction to reveal the new page. The lines may be either horizontal or vertical. Horizontal lines move downward; vertical lines move to the right.

    Declaration
    public const PdfTransitionStyle Blinds
    Field Value
    Type Description
    PdfTransitionStyle

    Box

    A rectangular box sweeps inward from the edges of the page or outward from the center, revealing the new page.

    Declaration
    public const PdfTransitionStyle Box
    Field Value
    Type Description
    PdfTransitionStyle

    Cover

    The new page slides on to the screen, covering the old page.

    Declaration
    public const PdfTransitionStyle Cover
    Field Value
    Type Description
    PdfTransitionStyle

    Dissolve

    The old page dissolves gradually to reveal the new one.

    Declaration
    public const PdfTransitionStyle Dissolve
    Field Value
    Type Description
    PdfTransitionStyle

    Fade

    The new page gradually becomes visible through the old one.

    Declaration
    public const PdfTransitionStyle Fade
    Field Value
    Type Description
    PdfTransitionStyle

    Fly

    Changes are flown out or in, to or from a location that is offscreen.

    Declaration
    public const PdfTransitionStyle Fly
    Field Value
    Type Description
    PdfTransitionStyle

    Glitter

    Similar to Dissolve, except that the effect sweeps across the page in a wide band moving from one side of the screen to the other.

    Declaration
    public const PdfTransitionStyle Glitter
    Field Value
    Type Description
    PdfTransitionStyle

    Push

    The old page slides off the screen while the new page slides in, pushing the old page out.

    Declaration
    public const PdfTransitionStyle Push
    Field Value
    Type Description
    PdfTransitionStyle

    Replace

    The new page simply replaces the old one with no special transition effect.

    Declaration
    public const PdfTransitionStyle Replace
    Field Value
    Type Description
    PdfTransitionStyle

    Split

    Two lines sweep across the screen, revealing the new page. The lines may be either horizontal or vertical and may move inward from the edges of the page or outward from the center.

    Declaration
    public const PdfTransitionStyle Split
    Field Value
    Type Description
    PdfTransitionStyle

    Uncover

    The old page slides off the screen, uncovering the new page.

    Declaration
    public const PdfTransitionStyle Uncover
    Field Value
    Type Description
    PdfTransitionStyle

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Wipe

    A single line sweeps across the screen from one edge to the other, revealing the new page.

    Declaration
    public const PdfTransitionStyle Wipe
    Field Value
    Type Description
    PdfTransitionStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved