[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TransitionStyle

Enum TransitionStyle

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Defines the possible transition styles.

public enum TransitionStyle

Fields

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, as specified by the Dimension. 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, as specified by the MotionDirection property, revealing the new page.

Cover = 9

The new page slides on to the screen in the direction specified by Direction, covering the old page.

Dissolve = 4

The old page dissolves gradually to reveal the new one.

Fade = 11

The new page gradually becomes visible through the old one.

Fly = 7

Changes are flown out or in (as specified by MotionDirection), in the direction specified by Direction, to or from a location that is off-screen except when Direction is None.

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 in the direction specified by the Direction property.

Push = 8

The old page slides off the screen while the new page slides in, pushing the old page out in the direction specified by Direction.

R = 6

The new page simply replaces the old one with no special transition effect.

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, as specified by the Dimension and MotionDirection properties, respectively.

Uncover = 10

The old page slides off the screen in the direction specified by Direction, uncovering the new page in the direction specified by Direction.

Unknown = 12

Value is unknown.

Wipe = 3

A single line sweeps across the screen from one edge to the other in the direction specified by the Direction entry, revealing the new page.