Gets or sets the transition style to use when moving to this page from another during a presentation.

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 PdfTransitionStyle Style { get; set; }
Public Property Style As PdfTransitionStyle
	Get
	Set
public:
property PdfTransitionStyle Style {
	PdfTransitionStyle get ();
	void set (PdfTransitionStyle value);
}
member Style : PdfTransitionStyle with get, set

Property Value

PdfTransitionStyle
The style.

See Also