PdfPageTransition
Style Property
|
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: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfTransitionStyle
The style.
See Also