Click or drag to resize

PdfTransitionDirection Enumeration

Enumeration of transition directions.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfTransitionDirection
Members
Member name 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.
See Also