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; }
Public Property Direction As PdfTransitionDirection
Get
Set
public:
property PdfTransitionDirection Direction {
PdfTransitionDirection get ();
void set (PdfTransitionDirection value);
}
member Direction : PdfTransitionDirection with get, set
Property Value
Type:
PdfTransitionDirection
See Also