PdfTransitionMotion Enumeration
|
Enumeration of transition motions.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfTransitionMotion
Public Enumeration PdfTransitionMotion
public enum class PdfTransitionMotion
Members
|
Member name
|
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.
|
See Also