Documents for PDF, .NET Edition Documentation
TransitionStyle Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : TransitionStyle Enumeration
Defines the possible transition styles.
Syntax
'Declaration
 
Public Enum TransitionStyle 
   Inherits System.Enum
public enum TransitionStyle : System.Enum 
Members
MemberDescription
BlindsMultiple 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 TransitionEffect.Dimension. Horizontal lines move downward; vertical lines move to the right.
BoxA rectangular box sweeps inward from the edges of the page or outward from the centre, as specified by the TransitionEffect.MotionDirection property, revealing the new page.
CoverThe new page slides on to the screen in the direction specified by TransitionEffect.Direction, covering the old page.
DissolveThe old page dissolves gradually to reveal the new one.
FadeThe new page gradually becomes visible through the old one.
FlyChanges are flown out or in (as specified by TransitionEffect.MotionDirection), in the direction specified by TransitionEffect.Direction, to or from a location that is offscreen except when TransitionEffect.Direction is TransitionDirection.None.
GlitterSimilar 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 TransitionEffect.Direction property.
PushThe old page slides off the screen while the new page slides in, pushing the old page out in the direction specified by TransitionEffect.Direction.
RThe new page simply replaces the old one with no special transition effect.
SplitTwo 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 centre, as specified by the TransitionEffect.Dimension and TransitionEffect.MotionDirection properties, respectively.
UncoverThe old page slides off the screen in the direction specified by TransitionEffect.Direction, uncovering the new page in the direction specified by TransitionEffect.Direction.
UnknownValue is unknown.
WipeA single line sweeps across the screen from one edge to the other in the direction specified by the TransitionEffect.Direction entry, revealing the new page.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.TransitionStyle

See Also

Reference

GrapeCity.Documents.Pdf Namespace