Enumeration of transition motions.

Namespace: Spire.Pdf
Assembly: 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

MemberValueDescription
Inward0
Inward motion from the edges of the page to center..
Outward1
Outward motion from the center of the page to edges.

See Also