Spread Silverlight Documentation
PageTransition Property


Gets or sets the transition style to use when moving to this page from another during a presentation.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property PageTransition As GrapeCity.PDF.Object.PageTransitionType
'Usage
 
Dim instance As PdfExportSettings
Dim value As GrapeCity.PDF.Object.PageTransitionType
 
instance.PageTransition = value
 
value = instance.PageTransition
[System.ComponentModel.DefaultValue()]
public GrapeCity.PDF.Object.PageTransitionType PageTransition {get; set;}

Property Value

The page transition. The default value is Default.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

PdfExportSettings Class
PdfExportSettings Members

 

 


Copyright © GrapeCity, inc. All rights reserved.