menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PDF3DAnimationType

    Specifies the available animation style for rendering the 3D artwork.

    Inheritance
    System.Object
    PDF3DAnimationType
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class PDF3DAnimationType : Enum
    Examples
    //Create a new Pdf3DAnimation
    Pdf3DAnimation animation = new Pdf3DAnimation(PDF3DAnimationType.Linear);
    animation.Type = PDF3DAnimationType.Linear;
    'Create a new Pdf3DAnimation
    Dim animation As Pdf3DAnimation  = New Pdf3DAnimation(PDF3DAnimationType.Linear)
    animation.Type = PDF3DAnimationType.Linear

    Fields

    Linear

    Represents that the Key frame animations are driven linearly from beginning to end. This animation style results in a repetitive play through of the animation, such as in a walking motion.

    Declaration
    public const PDF3DAnimationType Linear
    Field Value
    Type
    PDF3DAnimationType

    None

    Represents that the Key frame animations should not be driven directly by the viewer application. This value is used by documents that are intended to drive animations through an alternate means, such as JavaScript.

    Declaration
    public const PDF3DAnimationType None
    Field Value
    Type
    PDF3DAnimationType

    Oscillating

    Represents that the Key frame animations should oscillate along their time range. This animation style results in a back-and-forth playing of the animation, such as exploding or collapsing parts.

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