Click or drag to resize

PdfPageTransition Direction Property

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.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTransitionDirection Direction { get; set; }

Property Value

Type: PdfTransitionDirection
See Also