[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TransitionDirection

TransitionDirection Enum

Defines the possible directions in which the specified transition effect shall moves.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public enum TransitionDirection
Public Enum TransitionDirection

Fields

Name Description
BottomToTop

The direction is bottom to top.

LeftToRight

The direction is left to right.

None

Used only when Style is Fly.

RightToLeft

The direction is right to left.

TopLeftToBottomRight

The direction is Top-left to bottom-right. (Used only when Style is Glitter.

TopToBottom

The direction is top to bottom.

Unknown

Value is unknown.