Click or drag to resize

PdfTransitionStyle Enumeration

Enumeration of possible transition styles when moving to the page from another during a presentation

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfTransitionStyle
Members
Member name Value Description
Split 0 Two lines sweep across the screen, revealing the new page. The lines may be either horizontal or vertical and may move inward from the edges of the page or outward from the center.
Blinds 1 Multiple lines, evenly spaced across the screen, synchronously sweep in the same direction to reveal the new page. The lines may be either horizontal or vertical. Horizontal lines move downward; vertical lines move to the right.
Box 2 A rectangular box sweeps inward from the edges of the page or outward from the center, revealing the new page.
Wipe 3 A single line sweeps across the screen from one edge to the other, revealing the new page.
Dissolve 4 The old page dissolves gradually to reveal the new one.
Glitter 5 Similar to Dissolve, except that the effect sweeps across the page in a wide band moving from one side of the screen to the other.
Replace 6 The new page simply replaces the old one with no special transition effect.
Fly 7 Changes are flown out or in, to or from a location that is offscreen.
Push 8 The old page slides off the screen while the new page slides in, pushing the old page out.
Cover 9 The new page slides on to the screen, covering the old page.
Uncover 10 The old page slides off the screen, uncovering the new page.
Fade 11 The new page gradually becomes visible through the old one.
See Also