Click or drag to resize

PdfPageTransition Properties

The PdfPageTransition type exposes the following members.

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
See Also