Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PdfExportSettings Class / PageTransition Property


In This Topic
    PageTransition Property
    In This Topic
    Gets or sets the transition style to use when moving to this page from another during a presentation.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    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
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GrapeCity.PDF.Object.PageTransitionType PageTransition {get; set;}

    Property Value

    The page transition. The default value is Default.
    See Also