MovieActivation Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents the class specifying whether and how to play the movie when the movie annotation is activated.
Inheritance Hierarchy
Bytescout.PDFMovieActivation
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.3.0.623-master
Syntax
The MovieActivation type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | PlayMode | Gets or sets the play mode for playing the movie. |
![]() | ShowControls | Gets or sets the value indicating whether to display a movie controller bar while playing the movie. |
![]() | Speed | Gets or sets the initial speed at which to play the movie. |
![]() | Synchronous | Gets or sets the value indicating whether to play the movie synchronously or asynchronously. |
![]() | Volume | 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. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also