Enumeration of transition directions.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfTransitionDirection
Public Enumeration PdfTransitionDirection
public enum class PdfTransitionDirection
type PdfTransitionDirection
Members
| Member | Value | Description |
|---|---|---|
| LeftToRight | 0 |
Left to Right direction.
|
| BottomToTop | 90 |
Bottom to Top direction.
|
| RightToLeft | 180 |
Right to Left direction.
|
| TopToBottom | 270 |
Top to Bottom direction.
|
| TopLeftToBottomRight | 315 |
TopLeft to BottomRight direction.
|