[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TransitionEffect

Class TransitionEffect

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

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.

public class TransitionEffect : PdfDictWrapper, IPdfDict
Inheritance
object
TransitionEffect
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

TransitionEffect()

Initializes a new instance of the TransitionEffect class.

public TransitionEffect()

Properties

Dimension

Gets or sets the dimension in which the specified transition effect shall occur. Default value: Horizontal.

public TransitionDimension Dimension { get; set; }

Property Value

TransitionDimension

Direction

Gets 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: LeftToRight.

public TransitionDirection Direction { get; set; }

Property Value

TransitionDirection

Duration

Gets or sets the duration of transition effect, in seconds. Default value: 1.

public float Duration { get; set; }

Property Value

float

FlyRectangularAndOpaque

Gets or sets a value indicating whether the area that shall be flown in is rectangular and opaque, used only if Style is Fly. Default: false.

public bool FlyRectangularAndOpaque { get; set; }

Property Value

bool

MotionDirection

Gets or sets the direction of motion for the specified transition effect. Default value: Inward.

public TransitionMotionDirection MotionDirection { get; set; }

Property Value

TransitionMotionDirection

Scale

Gets or sets the starting or ending scale at which the changes shall be drawn. If MotionDirection specifies an inward transition (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 float Scale { get; set; }

Property Value

float

Style

Gets or sets the transition style that shall be used when moving to this page from another during a presentation. Default value: R.

public TransitionStyle Style { get; set; }

Property Value

TransitionStyle