Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / TransitionEffect Class
Properties Methods

In This Topic
    TransitionEffect Class Members
    In This Topic

    The following tables list the members exposed by TransitionEffect.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TransitionEffect class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the dimension in which the specified transition effect shall occur. Default value: TransitionDimension.Horizontal.  
    Public PropertyGets or sets the direction in which the specified transition effect shall moves, expressed in degrees counterclockwise starting from a left-to-right direction. Default value: TransitionDirection.LeftToRight.  
    Public PropertyGets or sets the duration of transition effect, in seconds. Default value: 1.  
    Public PropertyGets or sets a value indicating whether the area that shall be flown in is rectangular and opaque, used only if Style is TransitionStyle.Fly. Default: false.  
    Public PropertyGets or sets the direction of motion for the specified transition effect. Default value: TransitionMotionDirection.Inward.  
    Public PropertyGets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>)
    Public PropertyGets or sets the starting or ending scale at which the changes shall be drawn. If MotionDirection specifies an inward transition (TransitionMotionDirection.Inward), the scale of the changes drawn shall progress from Scale to 1.0 over the course of the transition. If MotionDirection specifies an outward transition, the scale of the changes drawn shall progress from 1.0 to Scale over the course of the transition.  
    Public PropertyGets or sets the transition style that shall be used when moving to this page from another during a presentation. Default value: TransitionStyle.R.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Top
    See Also