Click or drag to resize

PdfPageTransition Class

Represents parameters how to display the page in the presentation mode.
Inheritance Hierarchy
System Object
Spire.Pdf PdfPageTransition

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfPageTransition : ICloneable

The PdfPageTransition type exposes the following members.

Constructors
Name Description
Public method PdfPageTransition
Initializes a new instance of theclass.
Top
Properties
Name Description
Public property Dimension
Gets or sets the dimension in which the specified transition effect occurs.
Public property 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.)
Public property Duration
Gets or sets the duration of the transition effect, in seconds.
Public property Motion
Gets or sets the the direction of motion for the specified transition effect.
Public property 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.
Public property 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.
Public property Style
Gets or sets the transition style to use when moving to this page from another during a presentation.
Top
Methods
Name Description
Public method Clone
Creates a new object that is a copy of the current instance.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also