Enumeration of transition motions.
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 PdfTransitionMotion
Public Enumeration PdfTransitionMotion
public enum class PdfTransitionMotion
type PdfTransitionMotion
Members
| Member | Value | Description |
|---|---|---|
| Inward | 0 |
Inward motion from the edges of the page to center..
|
| Outward | 1 |
Outward motion from the center of the page to edges.
|