PageTransition
Overview
PageTransition is a class in Aspose.PDF FOSS for .NET.
Represents a page transition effect (PDF32000 §12.4.4).
Properties: Angle, Dimension, DisplayDuration, Duration, IsRectangular, Motion, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Style | string | Read | Transition style (e.g., “Split”, “Blinds”, “Box”, “Wipe”, “Dissolve”, “Glitter”, “R”, “Fly”, “Push”, “Cover”, “Uncover”, “Fade”). |
Duration | double | Read | Duration of the transition in seconds (default 1.0). |
DisplayDuration | double? | Read | Duration of page display before next transition, in seconds, or null if not set. |
Angle | int? | Read | Direction of motion in degrees, or null if not applicable. |
Dimension | string? | Read | Dimension for Split/Blinds transitions: “H” (horizontal) or “V” (vertical), or null. |
Motion | string? | Read | Motion direction for Box/Split: “I” (inward) or “O” (outward), or null. |
IsRectangular | bool | Read | For Fly transition, whether rectangular (default false). |
Scale | double? | Read | For Fly transition, the starting/ending scale factor, or null. |