Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / TransitionEffect Class
Members

In This Topic
    TransitionEffect Class
    In This Topic
    Represents a page transition effect, describing the style and duration of the visual transition to use when moving from another page to the given page during a presentation.
    Object Model
    TransitionEffect Class
    Syntax
    'Declaration
     
    Public Class TransitionEffect 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
    public class TransitionEffect : GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.TransitionEffect

    See Also