Represents parameters how to display the page in the presentation mode.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfPageTransition : IPdfWrapper, 
	ICloneable
Public Class PdfPageTransition
	Implements IPdfWrapper, ICloneable
public ref class PdfPageTransition : IPdfWrapper, 
	ICloneable
type PdfPageTransition =  
    class
        interface IPdfWrapper
        interface ICloneable
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfPageTransition()()()()
Initializes a new instance of the class.
Clone()()()()
Creates a new object that is a copy of the current instance.
Dimension
Gets or sets the dimension in which the specified transition effect occurs.
Direction
The direction in which the specified transition effect moves, expressed in degrees counter clockwise starting from a left-to-right direction. (This differs from the page objects Rotate property, which is measured clockwise from the top.)
Duration
Gets or sets the duration of the transition effect, in seconds.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Motion
Gets or sets the the direction of motion for the specified transition effect.
PageDuration
Gets or sets The pages display duration (also called its advance timing): the maximum length of time, in seconds, that the page is displayed during presentations before the viewer application automatically advances to the next page. By default, the viewer does not advance automatically.
Scale
Gets or sets the starting or ending scale at which the changes are drawn. If Motion property specifies an inward transition, the scale of the changes drawn progresses from Scale to 1.0 over the course of the transition. If Motion specifies an outward transition, the scale of the changes drawn progresses from 1.0 to Scale over the course of the transition.
Style
Gets or sets the transition style to use when moving to this page from another during a presentation.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf..::..PdfPageTransition

See Also