[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TransitionDirection

Enum TransitionDirection

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

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

public enum TransitionDirection

Fields

BottomToTop = 1

The direction is bottom to top.

LeftToRight = 0

The direction is left to right.

None = 5

Used only when Style is Fly.

RightToLeft = 2

The direction is right to left.

TopLeftToBottomRight = 4

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

TopToBottom = 3

The direction is top to bottom.

Unknown = 6

Value is unknown.