The direction in which the specified transition effect moves, expressed in degrees counter
clockwise starting from a left-to-right direction. (This differs from the page objects
Rotate property, which is measured clockwise from the top.)
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 PdfTransitionDirection Direction { get; set; }
Public Property Direction As PdfTransitionDirection Get Set
public: property PdfTransitionDirection Direction { PdfTransitionDirection get (); void set (PdfTransitionDirection value); }
member Direction : PdfTransitionDirection with get, set