PdfPageTransition Class |
Namespace: Spire.Pdf
The PdfPageTransition type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfPageTransition |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
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.
|
Name | Description | |
---|---|---|
![]() |
Clone |
Creates a new object that is a copy of the current instance.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(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
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|