Enumeration of transition motions.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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.
|