Link Search Menu Expand Document

MovieActivation Class

Represents the class specifying whether and how to play the movie when the movie annotation is activated.
Inheritance Hierarchy
SystemObject
Bytescout.PDFMovieActivation

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class MovieActivation

The MovieActivation type exposes the following members.

Properties
NameDescription
Public propertyPlayMode
Gets or sets the play mode for playing the movie.
Public propertyShowControls
Gets or sets the value indicating whether to display a movie controller bar while playing the movie.
Public propertySpeed
Gets or sets the initial speed at which to play the movie.
Public propertySynchronous
Gets or sets the value indicating whether to play the movie synchronously or asynchronously.
Public propertyVolume
Gets or set the initial sound volume at which to play the movie, in the range -1.0 to 1.0. Higher values denote greater volume; negative values mute the sound.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference